Skip to content

Commit

Permalink
update version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
brianstrauch committed Nov 29, 2021
1 parent ca6e7a7 commit cb1674f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- uses: goreleaser/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Build
run: go build
Expand All @@ -32,6 +32,6 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- uses: golangci/[email protected]

0 comments on commit cb1674f

Please sign in to comment.