Skip to content

Commit 0f8e2f2

Browse files
Update dependency golangci/golangci-lint to v2
1 parent 88ae663 commit 0f8e2f2

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
@@ -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.6; \
10+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v2.2.2; \
1111
fi
1212

1313
ENV DAPPER_ENV REPO TAG DRONE_TAG

0 commit comments

Comments
 (0)