File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
go-version : " 1.24.2" # update together with dev.dockerfile
53
53
- uses : golangci/golangci-lint-action@v7
54
54
with :
55
- version : " v2.1.1 " # update together with dev.dockerfile
55
+ version : " v2.1.2 " # update together with dev.dockerfile
56
56
57
57
lint-latest-deps :
58
58
runs-on : ubuntu-latest
64
64
- run : make apply-latest-deps
65
65
- uses : golangci/golangci-lint-action@v7
66
66
with :
67
- version : " v2.1.1 " # update together with dev.dockerfile
67
+ version : " v2.1.2 " # update together with dev.dockerfile
68
68
69
69
check-tidy :
70
70
name : go mod tidy
Original file line number Diff line number Diff line change 2
2
FROM golang:1.24.2 AS go
3
3
4
4
# update together with .github/workflows/ci.yml
5
- FROM golangci/golangci-lint:v2.1.1 AS linter
5
+ FROM golangci/golangci-lint:v2.1.2 AS linter
6
6
7
7
FROM go AS dev
8
8
ENV INSIDE_DEV_CONTAINER=1
You can’t perform that action at this time.
0 commit comments