Skip to content

Commit 7f4e417

Browse files
committed
Numoed the golangci version
Signed-off-by: swastik959 <Sswastik959@gmail.com>
1 parent ff39861 commit 7f4e417

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
@@ -10,7 +10,7 @@ ENV ARCH $DAPPER_HOST_ARCH
1010
ARG SONOBUOY_VERSION=0.57.1
1111
RUN zypper -n install expect git jq docker vim less file curl wget iproute2 gawk
1212
RUN if [ "${ARCH:-$(go env GOARCH)}" = "amd64" ]; then \
13-
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.61.0; \
13+
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.64.2; \
1414
curl -sL "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.4.3/kustomize_v5.4.3_linux_amd64.tar.gz" | tar -xz -C /usr/local/bin; \
1515
curl -sL "https://github.com/vmware-tanzu/sonobuoy/releases/download/v${SONOBUOY_VERSION}/sonobuoy_${SONOBUOY_VERSION}_linux_${ARCH}.tar.gz" | tar -xz -C /usr/local/bin; \
1616
curl -sL "https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-linux-x86_64" -o /usr/local/bin/docker-compose && \

0 commit comments

Comments
 (0)