File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ ENV DAPPER_ENV TAG REPO DRONE_REPO DRONE_PULL_REQUEST DRONE_COMMIT_REF ARCHS
10
10
ENV DAPPER_OUTPUT bin coverage.out
11
11
ENV DAPPER_SOURCE /go/src/github.com/longhorn/backing-image-manager
12
12
13
- ENV GOLANGCI_LINT_VERSION="v1.60.3"
14
-
15
13
WORKDIR ${DAPPER_SOURCE}
16
14
ENTRYPOINT ["./scripts/entry"]
17
15
CMD ["ci"]
@@ -26,7 +24,7 @@ RUN zypper -n install cmake wget curl git less file \
26
24
perl-Config-General libaio-devel glibc-devel-static glibc-devel iptables libltdl7 libdevmapper1_03 iproute2 jq docker gcc
27
25
28
26
## Install golangci-lint
29
- RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
27
+ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest
30
28
31
29
## Install Docker Buildx: The docker version in dapper is too old to have buildx. Install it manually.
32
30
RUN curl -sSfLO https://github.com/docker/buildx/releases/download/v0.13.1/buildx-v0.13.1.linux-${ARCH} && \
You can’t perform that action at this time.
0 commit comments