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 6565 go-version : " 1.25.7" # update together with dev.dockerfile
6666 - uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
6767 with :
68- version : " v2.8 .0" # update together with dev.dockerfile
68+ version : " v2.9 .0" # update together with dev.dockerfile
6969
7070 lint-latest-deps :
7171 runs-on : ubuntu-latest
7777 - run : make apply-latest-deps
7878 - uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
7979 with :
80- version : " v2.8 .0" # update together with dev.dockerfile
80+ version : " v2.9 .0" # update together with dev.dockerfile
8181
8282 check-tidy :
8383 name : go mod tidy
Original file line number Diff line number Diff line change 22FROM golang:1.25.7 AS go
33
44# update together with .github/workflows/ci.yml
5- FROM golangci/golangci-lint:v2.8 .0 AS linter
5+ FROM golangci/golangci-lint:v2.9 .0 AS linter
66
77FROM go AS dev
88ENV INSIDE_DEV_CONTAINER=1
You can’t perform that action at this time.
0 commit comments