Skip to content

Commit 171a569

Browse files
Muhammad Ikhsanpararang
authored andcommitted
ci: fix arg goreleaser
1 parent e3834d4 commit 171a569

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/goreleaser.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: goreleaser
2+
23
on:
34
push:
45
tags:
@@ -9,15 +10,17 @@ jobs:
910
runs-on: ubuntu-latest
1011
steps:
1112
- name: Checkout
12-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1314
with:
1415
fetch-depth: 0
1516
- name: Set up Go
16-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v5
1718
with:
18-
go-version: 1.22
19+
go-version: stable
20+
# More assembly might be required: Docker logins, GPG, etc.
21+
# It all depends on your needs.
1922
- name: Run GoReleaser
20-
uses: goreleaser/goreleaser-action@v2
23+
uses: goreleaser/goreleaser-action@v6
2124
with:
2225
# either 'goreleaser' (default) or 'goreleaser-pro'
2326
distribution: goreleaser

0 commit comments

Comments
 (0)