Fix retrieval of golangci-lint specific version
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
1d083fec49
commit
32649fe305
@ -30,11 +30,5 @@ GO111MODULE=on go get github.com/stevvooe/protobuild
|
|||||||
GO111MODULE=off go get -d github.com/gogo/googleapis || true
|
GO111MODULE=off go get -d github.com/gogo/googleapis || true
|
||||||
GO111MODULE=off go get -d github.com/gogo/protobuf || true
|
GO111MODULE=off go get -d github.com/gogo/protobuf || true
|
||||||
|
|
||||||
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
|
|
||||||
go get -u github.com/cpuguy83/go-md2man
|
go get -u github.com/cpuguy83/go-md2man
|
||||||
|
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
|
||||||
(
|
|
||||||
cd "$GOPATH"/src/github.com/golangci/golangci-lint/cmd/golangci-lint
|
|
||||||
git checkout v1.23.8
|
|
||||||
go build -v && go install
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user