Skip to content

Commit

Permalink
Merge pull request #439 from rancher/renovate/golangci-golangci-lint-1.x
Browse files Browse the repository at this point in the history
Update dependency golangci/golangci-lint to v1.54.0
  • Loading branch information
cmurphy authored Aug 10, 2023
2 parents 26eda8d + d8c66ad commit 5dafac2
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 @@ -7,7 +7,7 @@ RUN zypper -n up && \
zypper -n in git docker vim curl wget
RUN rm -rf /go/src /go/pkg
RUN if [ "${ARCH}" == "amd64" ]; then \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.46.2; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.0; \
fi

ENV DAPPER_ENV REPO TAG DRONE_TAG
Expand Down

0 comments on commit 5dafac2

Please sign in to comment.