Skip to content

Commit

Permalink
fix: upgrade goreleaser to v2
Browse files Browse the repository at this point in the history
- Upgrade goreleaser to v2
- Upgrade goreleaser action to v6. This replaces #7
- Switch release-please action to new supported org `googleapis`.
- Bump go version to 1.22.4
  • Loading branch information
derektamsen committed Jun 11, 2024
1 parent 9cf7bea commit 7ba0cd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
releases_created: ${{ steps.release.outputs.releases_created }}
steps:
- id: release
uses: google-github-actions/release-please-action@v4
uses: googleapis/release-please-action@v4
with:
release-type: simple

Expand All @@ -44,10 +44,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
version: 2
before:
hooks:
# You may remove this if you don't use go modules.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/persona-id/squid-check

go 1.21.3
go 1.22.4

0 comments on commit 7ba0cd5

Please sign in to comment.