File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - uses : actions/checkout@v5
29- - uses : actions/setup-go@v5
29+ - uses : actions/setup-go@v6
3030 with :
3131 go-version : ${{ matrix.go-version }}
3232 - run : go test -timeout 3m ${{ matrix.race }} -v ./...
Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 2
30- - uses : actions/setup-go@v5
30+ - uses : actions/setup-go@v6
3131 with :
3232 go-version : " ${{ env.GO_VERSION }}"
3333 - uses : golangci/golangci-lint-action@v8
4545 - uses : actions/checkout@v5
4646 with :
4747 fetch-depth : 2
48- - uses : actions/setup-go@v5
48+ - uses : actions/setup-go@v6
4949 with :
5050 go-version : " ${{ env.GO_VERSION }}"
5151 - name : run go fix
7373 runs-on : ubuntu-24.04
7474 steps :
7575 - uses : actions/checkout@v5
76- - uses : actions/setup-go@v5
76+ - uses : actions/setup-go@v6
7777 with :
7878 go-version : " ${{ env.GO_VERSION }}"
7979 - run : go mod tidy --diff
You can’t perform that action at this time.
0 commit comments