Skip to content

Commit 0d3a17d

Browse files
Update dependency golangci/golangci-lint to v1.55.2
1 parent a958fde commit 0d3a17d

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
@@ -6,7 +6,7 @@ ENV ARCH $DAPPER_HOST_ARCH
66
RUN zypper -n up && \
77
zypper -n in git docker vim less file curl wget ca-certificates
88
RUN if [ "${ARCH}" == "amd64" ]; then \
9-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.2; \
9+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2; \
1010
fi
1111
RUN curl -sL https://get.helm.sh/helm-v3.5.4-linux-${ARCH}.tar.gz | tar xvzf - -C /usr/local/bin --strip-components=1
1212

0 commit comments

Comments
 (0)