Skip to content

Commit

Permalink
chore: update Go version and setup-go action
Browse files Browse the repository at this point in the history
- Update the `setup-go` action from version 2 to version 3
- Change the Go version from 1.17 to 1.18

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Sep 4, 2023
1 parent b216599 commit bbf67cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Expand Up @@ -19,9 +19,9 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit bbf67cd

Please sign in to comment.