File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
lint :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v3
8
- - uses : actions/setup-go@v4
7
+ - uses : actions/checkout@v4
8
+ - uses : actions/setup-go@v5
9
9
with :
10
- go-version : ' 1.22 '
10
+ go-version : ' 1.23 '
11
11
- name : golangci-lint
12
- uses : golangci/golangci-lint-action@v3
12
+ uses : golangci/golangci-lint-action@v6
13
13
with :
14
14
version : v1.63
15
15
Original file line number Diff line number Diff line change 4
4
test :
5
5
strategy :
6
6
matrix :
7
- go-version : [1.21 .x, 1.22 .x]
7
+ go-version : [1.22 .x, 1.23 .x]
8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Install Go
11
- uses : actions/setup-go@v2
11
+ uses : actions/setup-go@v5
12
12
with :
13
13
go-version : ${{ matrix.go-version }}
14
14
- name : Checkout code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
- name : Test
17
17
run : go test ./...
You can’t perform that action at this time.
0 commit comments