Skip to content

Commit

Permalink
Upgrade to goreleaser version 2. (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming authored Jun 25, 2024
1 parent d728a93 commit a34f38a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/goreleaser/goreleaser@latest
github.com/goreleaser/goreleaser/v2@latest
github.com/mgechev/revive@latest
github.com/securego/gosec/v2/cmd/gosec@latest
honnef.co/go/tools/cmd/staticcheck@2023.1.7
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
# goreleaser version (NOT goreleaser-action version)
# update inline with the Makefile
version: latest
version: v2@latest
args: release --clean
env:
AUR_KEY: '${{ github.workspace }}/aur_key'
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# https://goreleaser.com/customization/project/
project_name: fastly
version: 2

# https://goreleaser.com/customization/release/
release:
Expand Down

0 comments on commit a34f38a

Please sign in to comment.