Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint docker tag to v1.60.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent f1258cc commit 6a6fd4f
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 @@ -19,7 +19,7 @@ RUN --mount=target=. \
--mount=type=cache,target=/root/.cache/go-build \
go test -v ./...

FROM golangci/golangci-lint:v1.59.1 AS lint-base
FROM golangci/golangci-lint:v1.60.1 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 6a6fd4f

Please sign in to comment.