script: update golangci-lint from v1.38.0 and v1.36.0 to v1.42.0

golint has been deprecated and replaced by revive since v1.41.0.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato
2021-08-19 15:44:56 -07:00
parent a5eccab278
commit 4dd5ca70fb
6 changed files with 6 additions and 6 deletions

View File

@@ -34,4 +34,4 @@ GO111MODULE=off go get -d github.com/gogo/googleapis || true
GO111MODULE=off go get -d github.com/gogo/protobuf || true
GO111MODULE=on go get github.com/cpuguy83/go-md2man/v2@v2.0.1
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.38.0
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.0