File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 token : ${{ secrets.GH_CQ_BOT }}
2323 - name : Set up Go 1.x
24- uses : actions/setup-go@v5
24+ uses : actions/setup-go@v6
2525 with :
2626 go-version-file : go.mod
2727 cache : false
Original file line number Diff line number Diff line change 1717 timeout-minutes : 10
1818 steps :
1919 - uses : actions/checkout@v5
20- - uses : actions/setup-go@v5
20+ - uses : actions/setup-go@v6
2121 with :
2222 go-version-file : go.mod
2323 - name : golangci-lint
Original file line number Diff line number Diff line change 2121 - name : Check out code into the Go module directory
2222 uses : actions/checkout@v5
2323 - name : Set up Go 1.x
24- uses : actions/setup-go@v5
24+ uses : actions/setup-go@v6
2525 with :
2626 go-version-file : go.mod
2727 - run : go mod download
You can’t perform that action at this time.
0 commit comments