File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v5
2323
2424 - name : Set up Go
25- uses : actions/setup-go@v5
25+ uses : actions/setup-go@v6
2626 with :
2727 go-version : ${{ env.GO_VERSION }}
2828 cache : true
3737 run : go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
3838
3939 - name : Upload coverage to Codecov
40- uses : codecov/codecov-action@v4
40+ uses : codecov/codecov-action@v5
4141 with :
4242 files : ./coverage.out
4343 flags : unittests
5151 uses : actions/checkout@v5
5252
5353 - name : Set up Go
54- uses : actions/setup-go@v5
54+ uses : actions/setup-go@v6
5555 with :
5656 go-version : ${{ env.GO_VERSION }}
5757 cache : true
7070 uses : actions/checkout@v5
7171
7272 - name : Set up Go
73- uses : actions/setup-go@v5
73+ uses : actions/setup-go@v6
7474 with :
7575 go-version : ${{ env.GO_VERSION }}
7676 cache : true
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v5
1818
1919 - name : Set up Go
20- uses : actions/setup-go@v5
20+ uses : actions/setup-go@v6
2121 with :
2222 go-version-file : ' go.mod'
2323
You can’t perform that action at this time.
0 commit comments