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

Commit c1131d4

Browse files
committed
build_runner: update goenvbuild
1 parent c4e54ef commit c1131d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/build_runner/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.s
2525

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

0 commit comments

Comments
 (0)