Skip to content

Commit

Permalink
Merge pull request #55 from rancher/renovate/release/v9.9-golangci-go…
Browse files Browse the repository at this point in the history
…langci-lint-1.x

Update dependency golangci/golangci-lint to v1.51.0 (release/v9.9)
  • Loading branch information
renovate-rancher[bot] authored Feb 4, 2023
2 parents b2591e1 + ee983c6 commit b475a69
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 @@ -21,7 +21,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.50.1; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.0; \
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | sh; \
fi

Expand Down

0 comments on commit b475a69

Please sign in to comment.