We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb18dc commit 7c16831Copy full SHA for 7c16831
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.63-alpine AS lint-base
24
25
FROM base AS lint
26
RUN --mount=target=. \
0 commit comments