Skip to content

Commit

Permalink
chore(dockerfile): update golangci-lint to v1.60.3
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Sep 7, 2024
1 parent 0cbecdf commit 7060fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.suse.com/bci/golang:1.23
ARG DAPPER_HOST_ARCH="amd64"

ENV ARCH="${DAPPER_HOST_ARCH}"
ENV GOLANGCI_LINT_VERSION="v1.55.2"
ENV GOLANGCI_LINT_VERSION="v1.60.3"

ENV DAPPER_RUN_ARGS --privileged
ENV DAPPER_ENV REPO TAG DRONE_TAG DRONE_REPO DRONE_PULL_REQUEST DRONE_COMMIT_REF
Expand Down

0 comments on commit 7060fef

Please sign in to comment.