Skip to content

Commit

Permalink
GitHub Actions: Run releases using a newer Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clorith committed Mar 12, 2022
1 parent b81f4c1 commit eea7df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Setup GO environment
uses: actions/setup-go@v2
with:
go-version: "^1.17.0"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit eea7df4

Please sign in to comment.