File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
- name : Set up Go
17
17
uses : actions/setup-go@v5
18
18
with :
19
- go-version : " 1.22 .1"
19
+ go-version : " 1.24 .1"
20
20
check-latest : true
21
21
22
22
- name : Install golangci-lint
23
- run : curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55 .2
23
+ run : curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.0 .2
24
24
25
25
- name : Add golangci-lint to PATH
26
26
run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ go 1.23.0
4
4
5
5
toolchain go1.24.1
6
6
7
- require gopkg.in/yaml.v3 v3.0.1
8
-
9
7
require (
10
- golang.org/x/sys v0.31.0 // indirect
11
- golang.org/x/term v0.30.0 // indirect
8
+ golang.org/x/term v0.30.0
9
+ gopkg.in/yaml.v3 v3.0.1
12
10
)
13
11
12
+ require golang.org/x/sys v0.31.0 // indirect
13
+
14
14
require (
15
15
github.com/davecgh/go-spew v1.1.1 // indirect
16
16
github.com/pmezard/go-difflib v1.0.0 // indirect
You can’t perform that action at this time.
0 commit comments