Skip to content

Commit

Permalink
build: update go version to 1.17 in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
ghouscht committed Dec 6, 2021
1 parent 60f32b3 commit ce5ac8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down

0 comments on commit ce5ac8d

Please sign in to comment.