Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 55556ee

Browse files
Update dependency golangci/golangci-lint to v1.52.2
1 parent a09da0c commit 55556ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dapper

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

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

0 commit comments

Comments
 (0)