Skip to content

Commit

Permalink
Update go version for the goreleaser (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjt committed Mar 24, 2024
1 parent 96ae3a0 commit 5d1a9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21'
- run: go build ./...
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21'
- uses: crazy-max/ghaction-import-gpg@v5
id: import_gpg
with:
Expand Down

0 comments on commit 5d1a9f0

Please sign in to comment.