File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FROM mikefarah/yq:4.18.1 AS yq
10
10
FROM lachlanevenson/k8s-kubectl:v1.21.9 AS kubectl
11
11
FROM lachlanevenson/k8s-helm:v3.10.2 AS helm2
12
12
FROM lachlanevenson/k8s-helm:v3.8.0 AS helm
13
- FROM golangci/golangci-lint:v1.44.0 -alpine AS golangci-lint
13
+ FROM golangci/golangci-lint:v2.1.2 -alpine AS golangci-lint
14
14
15
15
FROM alpine:3.18 AS cc-test-reporter
16
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FROM mikefarah/yq:4.31.2 AS yq
10
10
FROM lachlanevenson/k8s-kubectl:v1.25.4 AS kubectl
11
11
FROM lachlanevenson/k8s-helm:v3.10.2 AS helm2
12
12
FROM lachlanevenson/k8s-helm:v3.10.2 AS helm
13
- FROM golangci/golangci-lint:v1.44.0 -alpine AS golangci-lint
13
+ FROM golangci/golangci-lint:v2.1.2 -alpine AS golangci-lint
14
14
15
15
FROM alpine:3.19 AS cc-test-reporter
16
16
You can’t perform that action at this time.
0 commit comments