Skip to content

Commit

Permalink
chore: update Go and goreleaser/goreleaser-action versions
Browse files Browse the repository at this point in the history
- Update the version of Go to include 1.21
- Update the version of goreleaser/goreleaser-action to v4

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Aug 10, 2023
1 parent 9e5d17f commit 7fa381c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
version: latest
args: --verbose
test:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19, '1.20']
go: [1.18, 1.19, '1.20', 1.21]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: 1.17
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
Expand Down

0 comments on commit 7fa381c

Please sign in to comment.