Skip to content

Commit 2a48425

Browse files
Update GoReleaser to v2.14.0 (#2018)
1 parent 7294bc4 commit 2a48425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v6.4.0
2222
with:
23-
version: 2.13.1
23+
version: 2.14.0
2424
args: release --clean
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v6.4.0
2222
with:
23-
version: 2.13.1
23+
version: 2.14.0
2424
args: release --snapshot

0 commit comments

Comments
 (0)