Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint docker tag to v1.56.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 16, 2024
1 parent 090a6b6 commit a79c525
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 @@ -88,7 +88,7 @@ RUN --mount=target=. \
gosec ./...
EOF

FROM golangci/golangci-lint:v1.56.1@sha256:30faf70f689bfce7be639f79076c689db45df48549d43ad265ce965612a6bebf AS lint-base
FROM golangci/golangci-lint:v1.56.2@sha256:04c2e881e069d6827ddca7d9c4fcf4de46eda0c10e58692609a047f8a09a0274 AS lint-base

FROM base AS lint
RUN --mount=target=. \
Expand Down

0 comments on commit a79c525

Please sign in to comment.