File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup Go
17
17
uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
18
18
with :
19
- go-version-file : ./go.mod
19
+ go-version : ' 1.23 '
20
20
check-latest : true
21
21
22
22
- name : Set up QEMU
50
50
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
51
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
52
52
with :
53
- go-version-file : ./go.mod
53
+ go-version : ' 1.23 '
54
54
check-latest : true
55
55
56
56
- name : generate docs
71
71
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72
72
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
73
73
with :
74
- go-version-file : ./go.mod
74
+ go-version : ' 1.23 '
75
75
check-latest : true
76
76
- name : golangci-lint
77
77
uses : golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
78
78
with :
79
- version : v1.59
79
+ version : v1.63
Original file line number Diff line number Diff line change 23
23
- name : Setup Go
24
24
uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
25
25
with :
26
- go-version-file : ./go.mod
26
+ go-version : ' 1.23 '
27
27
check-latest : true
28
28
29
29
- name : Set up QEMU
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ builds:
45
45
archives :
46
46
- format_overrides :
47
47
- goos : windows
48
- format : zip
48
+ formats : [" zip"]
49
49
files :
50
50
- LICENSE
51
51
- README.md
You can’t perform that action at this time.
0 commit comments