Skip to content

Commit

Permalink
Update dependency golangci/golangci-lint to v1.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] committed Aug 10, 2023
1 parent cc06655 commit 4e470ff
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 @@ -29,7 +29,7 @@ RUN zypper install -y -f docker && rpm -e --nodeps --noscripts containerd
RUN curl -sLf https://github.com/rancher/machine/releases/download/${CATTLE_MACHINE_VERSION}/rancher-machine-${ARCH}.tar.gz | tar xvzf - -C /usr/bin

RUN if [ "${ARCH}" == "amd64" ]; then \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.0; \
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | sh; \
fi

Expand Down

0 comments on commit 4e470ff

Please sign in to comment.