File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
- name : Set up Go
24
24
uses : actions/setup-go@v2
25
25
with :
26
- go-version : 1.17
26
+ go-version : 1.23
27
27
- name : Import GPG key
28
28
id : import_gpg
29
29
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
25
25
- name : Set up Go
26
26
uses : actions/setup-go@v2
27
27
with :
28
- go-version : 1.17
28
+ go-version : 1.23
29
29
- name : Import GPG key
30
30
id : import_gpg
31
- uses : crazy-max/ghaction-import-gpg@v3 .0.0
31
+ uses : crazy-max/ghaction-import-gpg@v6 .0.0
32
32
with :
33
- gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
33
+ gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
34
34
passphrase : ${{ secrets.GPG_PASSPHRASE }}
35
35
- name : Run GoReleaser
36
- uses : goreleaser/goreleaser-action@v2
36
+ uses : goreleaser/goreleaser-action@v4
37
37
with :
38
38
version : latest
39
39
args : release --clean
You can’t perform that action at this time.
0 commit comments