File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717 - uses : actions/setup-go@v4
1818 with :
19- go-version : 1.19
19+ go-version : 1.25
2020 - name : go-test
2121 run : go test -race '-test.v' -covermode=atomic ./...
2222 # Runs golangci-lint on macos against freebsd and macos.
3131 steps :
3232 - uses : actions/setup-go@v4
3333 with :
34- go-version : 1.19
34+ go-version : 1.25
3535 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3636 - name : golangci-lint
3737 uses : golangci/golangci-lint-action@v3
4949 steps :
5050 - uses : actions/setup-go@v4
5151 with :
52- go-version : 1.19
52+ go-version : 1.25
5353 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5454 - name : golangci-lint
5555 uses : golangci/golangci-lint-action@v3
You can’t perform that action at this time.
0 commit comments