Skip to content

Commit

Permalink
Use go1.17 in goreleaser as required my go mod
Browse files Browse the repository at this point in the history
juanfont committed Dec 6, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ab52acb commit 1b007d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Install dependencies
run: |

0 comments on commit 1b007d2

Please sign in to comment.