We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f67a9 commit 49173e9Copy full SHA for 49173e9
020_advanced/160_dockerfile/Dockerfile
@@ -20,7 +20,7 @@ RUN --mount=target=. \
20
--mount=type=cache,target=/root/.cache/go-build \
21
go test -v .
22
23
-FROM golangci/golangci-lint:v1.62-alpine AS lint-base
+FROM golangci/golangci-lint:v1.64-alpine AS lint-base
24
25
FROM base AS lint
26
RUN --mount=target=. \
0 commit comments