File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v4
99 - uses : actions/setup-go@v5
1010 with :
11- go-version : " 1.21 "
11+ go-version : " 1.24 "
1212 - run : go install ./cmd/errorformat/
1313 - name : Install golangci-lint
1414 run : curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/setup-go@v5
1212 with :
13- go-version : " 1.21 "
13+ go-version : " 1.24 "
1414 - uses : actions/checkout@v4
1515 - name : Test
1616 run : go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
2020 steps :
2121 - uses : actions/setup-go@v5
2222 with :
23- go-version : " 1.21 "
23+ go-version : " 1.24 "
2424 - uses : actions/checkout@v4
2525 - run : go generate ./...
2626 - name : Check go generate diff
You can’t perform that action at this time.
0 commit comments