diff --git a/Dockerfile.dapper b/Dockerfile.dapper index f1bf95e6..03107ffe 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -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.60.3; \ curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | sh; \ fi