Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Actually share golangci-lint cache.

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
AlekSi authored and talos-bot committed Mar 25, 2021
1 parent 672c970 commit 9f7d67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -489,7 +489,7 @@ COPY --from=integration-test-provision-linux-build /src/integration.test /integr
FROM base AS lint-go
COPY .golangci.yml .
ENV GOGC 50
ENV GOLANCGCI_LINT_CACHE /.cache/lint
ENV GOLANGCI_LINT_CACHE /.cache/lint
RUN --mount=type=cache,target=/.cache golangci-lint run --config .golangci.yml
WORKDIR /src/pkg/machinery
RUN --mount=type=cache,target=/.cache golangci-lint run --config ../../.golangci.yml
Expand Down

0 comments on commit 9f7d67a

Please sign in to comment.