File tree Expand file tree Collapse file tree 3 files changed +9
-83
lines changed
Expand file tree Collapse file tree 3 files changed +9
-83
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4.2.2
1010 with :
1111 fetch-depth : 2
12- - uses : actions/setup-go@v3
12+ - uses : actions/setup-go@v5.4.0
1313 with :
14- go-version : ' 1.21 '
14+ go-version : ' 1.25 '
1515 - name : Run coverage
16- run : go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
16+ run : go env -w GOTOOLCHAIN=go1.25.0+auto && go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
1717 - name : Upload coverage to Codecov
18- uses : codecov/codecov-action@v3
18+ uses : codecov/codecov-action@v5
1919 with :
20- verbose : true
20+ verbose : true
2121 env :
2222 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4.2.2
1818
1919 - name : Set up Go
20- uses : actions/setup-go@v4
20+ uses : actions/setup-go@v5.4.0
2121 with :
22- go-version : ' 1.21 '
22+ go-version : ' 1.25 '
2323
2424 - name : Build
2525 run : go build -v ./...
You can’t perform that action at this time.
0 commit comments