Skip to content

Commit

Permalink
Bump GoReleaser to v2 (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Nov 9, 2024
1 parent dedd90a commit 1ca59a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: goreleaser check
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
with:
version: v1.12.3
version: v2.3.2
args: check
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
with:
version: v1.12.3
args: release --rm-dist --release-notes tools/release/release-note.md
version: v2.3.2
args: release --release-notes tools/release/release-note.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
version: 2
env:
- CGO_ENABLED=0
builds:
Expand Down Expand Up @@ -37,4 +38,4 @@ release:
owner: terraform-linters
name: tflint
snapshot:
name_template: "{{ .Tag }}-dev"
version_template: "{{ .Tag }}-dev"

0 comments on commit 1ca59a0

Please sign in to comment.