Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 351c6be

Browse files
committed
update goenvbuild
1 parent a225bbb commit 351c6be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/build_runner/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ ENV GODEP_VERSION=v80
2121
RUN wget https://github.com/tools/godep/releases/download/${GODEP_VERSION}/godep_linux_amd64 -O $GOBINPATH/godep && \
2222
chmod a+x $GOBINPATH/godep
2323

24-
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.13.1
24+
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.14.0
2525

2626
WORKDIR ${GOPATH}/src/github.com/golangci/golangci-api
2727
RUN git clone https://github.com/golangci/golangci-api.git . && \
28-
git checkout 1f861e2181794e3c0055c0c0b0179d91d5c13d01 && \
28+
git checkout a225bbb8fe78178cd95b2b61a0f46569d914be88 && \
2929
GO111MODULE=on go mod vendor && \
3030
go install ./cmd/buildrunner && \
3131
go install ./cmd/goenvbuild

0 commit comments

Comments
 (0)