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 @@ -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.20 "
28
+ go-version : " 1.21 "
29
29
- name : Import GPG key
30
30
id : import_gpg
31
31
uses : crazy-max/ghaction-import-gpg@v5
32
32
with :
33
33
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
34
34
passphrase : ${{ secrets.PASSPHRASE }}
35
35
- name : Run GoReleaser
36
- uses : goreleaser/goreleaser-action@v2
36
+ uses : goreleaser/goreleaser-action@v5
37
37
with :
38
38
version : latest
39
39
args : release --rm-dist
Original file line number Diff line number Diff line change 25
25
- name : Set up Go
26
26
uses : actions/setup-go@v2
27
27
with :
28
- go-version : " 1.20 "
28
+ go-version : " 1.21 "
29
29
id : go
30
30
- name : Install Task
31
31
uses : arduino/setup-task@v1
48
48
- name : Set up Go
49
49
uses : actions/setup-go@v2
50
50
with :
51
- go-version : " 1.20 "
51
+ go-version : " 1.21 "
52
52
id : go
53
53
- name : Install Task
54
54
uses : arduino/setup-task@v1
82
82
- name : Set up Go
83
83
uses : actions/setup-go@v2
84
84
with :
85
- go-version : " 1.20 "
85
+ go-version : " 1.21 "
86
86
id : go
87
87
- uses : hashicorp/setup-terraform@v1
88
88
with :
You can’t perform that action at this time.
0 commit comments