Skip to content

Commit af35342

Browse files
authored
Merge branch 'master' into renovate/docker-28.x
2 parents 15583ed + 44a2c21 commit af35342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go-build-1.21/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM mikefarah/yq:4.18.1 AS yq
1010
FROM lachlanevenson/k8s-kubectl:v1.21.9 AS kubectl
1111
FROM lachlanevenson/k8s-helm:v3.10.2 AS helm2
1212
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
1414

1515
FROM alpine:3.18 AS cc-test-reporter
1616

go-build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM mikefarah/yq:4.31.2 AS yq
1010
FROM lachlanevenson/k8s-kubectl:v1.25.4 AS kubectl
1111
FROM lachlanevenson/k8s-helm:v3.10.2 AS helm2
1212
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
1414

1515
FROM alpine:3.19 AS cc-test-reporter
1616

0 commit comments

Comments
 (0)