File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
build :
11
11
strategy :
12
12
matrix :
13
- go-version : ["1.21 ", "1.22 "]
13
+ go-version : ["1.23 ", "1.24 "]
14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
29
29
test -z "$(git status --porcelain)" || (echo "please run 'go mod tidy' and submit your changes"; exit 1)
30
30
31
31
- name : golangci-lint
32
- uses : golangci/golangci-lint-action@v6
32
+ uses : golangci/golangci-lint-action@v8
Original file line number Diff line number Diff line change 10
10
build :
11
11
strategy :
12
12
matrix :
13
- go-version : ["1.21 ", "1.22 "]
13
+ go-version : ["1.23 ", "1.24 "]
14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
Original file line number Diff line number Diff line change 10
10
build :
11
11
strategy :
12
12
matrix :
13
- go-version : ["1.21 ", "1.22 "]
13
+ go-version : ["1.23 ", "1.24 "]
14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
You can’t perform that action at this time.
0 commit comments