File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
- run : git fetch --force --tags
21
- - uses : actions/setup-go@v3
21
+ - uses : actions/setup-go@v5
22
22
with :
23
- go-version : 1.21
23
+ go-version : ' 1.22 '
24
24
cache : true
25
25
26
26
- uses : goreleaser/goreleaser-action@v4
46
46
with :
47
47
fetch-depth : 0
48
48
- run : git fetch --force --tags
49
- - uses : actions/setup-go@v3
49
+ - uses : actions/setup-go@v5
50
50
with :
51
- go-version : 1.21
51
+ go-version : ' 1.22 '
52
52
cache : true
53
53
54
54
- uses : goreleaser/goreleaser-action@v4
74
74
with :
75
75
fetch-depth : 0
76
76
- run : git fetch --force --tags
77
- - uses : actions/setup-go@v3
77
+ - uses : actions/setup-go@v5
78
78
with :
79
- go-version : 1.18
79
+ go-version : ' 1.22 '
80
80
cache : true
81
81
- name : Make directories
82
82
run : |
Original file line number Diff line number Diff line change 1
1
# This is an example .goreleaser.yml file with some sensible defaults.
2
2
# Make sure to check the documentation at https://goreleaser.com
3
+ version : 2
4
+
3
5
before :
4
6
hooks :
5
7
# You may remove this if you don't use go modules.
Original file line number Diff line number Diff line change 1
1
# This is an example .goreleaser.yml file with some sensible defaults.
2
2
# Make sure to check the documentation at https://goreleaser.com
3
+ version : 2
4
+
3
5
before :
4
6
hooks :
5
7
# You may remove this if you don't use go modules.
@@ -17,7 +19,6 @@ builds:
17
19
goarch :
18
20
- amd64
19
21
- arm64
20
- - arm
21
22
overrides :
22
23
- goos : linux
23
24
goarch : amd64
@@ -27,10 +28,6 @@ builds:
27
28
goarch : arm64
28
29
env :
29
30
- CGO_ENABLED=0
30
- - goos : linux
31
- goarch : arm
32
- env :
33
- - CGO_ENABLED=0
34
31
ldflags :
35
32
- -extldflags "-static"
36
33
archives :
Original file line number Diff line number Diff line change
1
+ version : 2
2
+
1
3
builds :
2
4
- skip : true
3
5
changelog :
You can’t perform that action at this time.
0 commit comments