Skip to content

Commit 3c8351b

Browse files
Merge pull request #40 from rancher/renovate/main-golangci-golangci-lint-1.x
Update dependency golangci/golangci-lint to v1.50.1 (main)
2 parents ce2cf41 + 430e7e4 commit 3c8351b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dapper

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN zypper install -y -f docker && rpm -e --nodeps --noscripts containerd
2121
RUN curl -sLf https://github.com/rancher/machine/releases/download/${CATTLE_MACHINE_VERSION}/rancher-machine-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2222

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

0 commit comments

Comments
 (0)