Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

chore(deps): update golangci/golangci-lint docker tag to v1.54.1 #7282

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ go test \
./...
EOF

FROM golangci/golangci-lint:v1.53.3 AS lint-base
FROM golangci/golangci-lint:v1.54.1@sha256:0029334ac23281a0519b6d263aa95fd92f06d20fde5bcf8a1754e5c30d18949c AS lint-base

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