Skip to content

Commit

Permalink
use 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuu committed Aug 22, 2021
1 parent 45d4dab commit d51b97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: '^1\.'
go-version: '1.17'
- uses: goreleaser/goreleaser-action@v2
with:
args: release --rm-dist --snapshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: '^1\.'
go-version: '1.17'
- uses: goreleaser/goreleaser-action@v2
with:
args: release --rm-dist
Expand Down

0 comments on commit d51b97f

Please sign in to comment.