File tree Expand file tree Collapse file tree 5 files changed +196
-262
lines changed Expand file tree Collapse file tree 5 files changed +196
-262
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
- name : Set up Go
25
25
uses : actions/setup-go@v4
26
26
with :
27
- go-version : 1.20.14
27
+ go-version : 1.22.9
28
28
29
29
- name : Lint Go Code
30
30
run : |
31
31
export PATH=$PATH:$(go env GOPATH)/bin
32
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
32
+ go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.3
33
33
make ci-lint
34
34
35
35
45
45
- name : Set up Go
46
46
uses : actions/setup-go@v4
47
47
with :
48
- go-version : 1.20.14
48
+ go-version : 1.22.9
49
49
50
50
- name : Run Unit tests
51
51
run : make test
73
73
- name : Set up Go
74
74
uses : actions/setup-go@v4
75
75
with :
76
- go-version : 1.20.14
76
+ go-version : 1.22.9
77
77
78
78
- name : Build
79
79
run : make build && make build-sponge
Original file line number Diff line number Diff line change 18
18
- name : Set up Go
19
19
uses : actions/setup-go@v4
20
20
with :
21
- go-version : 1.20.14
21
+ go-version : 1.22.9
22
22
23
23
- name : Create release on GitHub
24
24
uses : goreleaser/goreleaser-action@v3
You can’t perform that action at this time.
0 commit comments