Skip to content

Commit 3b9d769

Browse files
Update dependency golangci/golangci-lint to v1.64.6 (#624)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
1 parent 42814c4 commit 3b9d769

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
@@ -7,7 +7,7 @@ RUN zypper -n up && \
77
zypper -n in git docker vim curl wget
88
RUN rm -rf /go/src /go/pkg
99
RUN if [ "${ARCH}" == "amd64" ]; then \
10-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.64.5; \
10+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.64.6; \
1111
fi
1212

1313
ENV DAPPER_ENV REPO TAG DRONE_TAG

0 commit comments

Comments
 (0)