Skip to content

Commit

Permalink
fix: update go version for goreleaser to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed Nov 9, 2021
1 parent c952199 commit d8ded9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
-
name: Set up Go 1.14
name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.17
id: go
-
name: Checkout Code
Expand Down

0 comments on commit d8ded9f

Please sign in to comment.