File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 test :
55 strategy :
66 matrix :
7- go-version : [1.17 .x, 1.18 .x]
7+ go-version : [1.25 .x, 1.26 .x]
88 os : [ubuntu-latest, macos-latest, windows-latest]
99 runs-on : ${{ matrix.os }}
1010 steps :
1111 - name : Install Go
12- uses : actions/setup-go@v2
12+ uses : actions/setup-go@v6
1313 with :
1414 go-version : ${{ matrix.go-version }}
1515 - name : Checkout code
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v5
1717 - name : Test
1818 run : go test -race ./...
1919 - name : Build
@@ -22,12 +22,12 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Install Go
25- uses : actions/setup-go@v2
25+ uses : actions/setup-go@v6
2626 with :
27- go-version : 1.18 .x
27+ go-version : 1.25 .x
2828 - name : Checkout
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v5
3030 - name : Lint
31- uses : golangci/golangci-lint-action@v3
31+ uses : golangci/golangci-lint-action@v9
3232 with :
33- version : latest
33+ version : 2.10.1
You can’t perform that action at this time.
0 commit comments