Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint docker tag to v1.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent d56c54c commit 07f4f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN --mount=target=. \
--mount=type=cache,target=/root/.cache/go-build \
go test -v ./...

FROM golangci/golangci-lint:v1.52.2 AS lint-base
FROM golangci/golangci-lint:v1.55.0 AS lint-base
FROM base AS lint
RUN --mount=target=. \
--mount=from=lint-base,src=/usr/bin/golangci-lint,target=/usr/bin/golangci-lint \
Expand Down

0 comments on commit 07f4f3f

Please sign in to comment.