File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 test :
1111 runs-on : windows-latest
1212 steps :
13- - uses : actions/checkout@v4
14- - uses : actions/setup-go@v5
13+ - uses : actions/checkout@v6
14+ - uses : actions/setup-go@v6
1515 with :
1616 go-version-file : go.mod
1717 - name : Vet
2121 shell : bash
2222 run : go test -race -coverprofile=coverage.out -covermode=atomic ./...
2323 - name : Upload coverage to Codecov
24- uses : codecov/codecov-action@v5
24+ uses : codecov/codecov-action@v6
2525 with :
2626 files : ./coverage.out
2727 fail_ci_if_error : false
@@ -33,10 +33,10 @@ jobs:
3333 lint :
3434 runs-on : windows-latest
3535 steps :
36- - uses : actions/checkout@v4
37- - uses : actions/setup-go@v5
36+ - uses : actions/checkout@v6
37+ - uses : actions/setup-go@v6
3838 with :
3939 go-version-file : go.mod
40- - uses : golangci/golangci-lint-action@v6
40+ - uses : golangci/golangci-lint-action@v9
4141 with :
4242 version : latest
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 release :
1313 runs-on : windows-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
19- - uses : actions/setup-go@v5
19+ - uses : actions/setup-go@v6
2020 with :
2121 go-version-file : go.mod
2222
You can’t perform that action at this time.
0 commit comments