Merge remote-tracking branch 'upstream/trunk' into trunk

This commit is contained in:
Ravikanth C 2020-07-07 17:52:08 +05:30
parent 5526dfdd23
commit 4f503a65bd
7 changed files with 49 additions and 15 deletions

View file

@ -29,7 +29,7 @@ jobs:
go mod verify
go mod download
LINT_VERSION=1.26.0
LINT_VERSION=1.27.0
curl -fsSL https://github.com/golangci/golangci-lint/releases/download/v${LINT_VERSION}/golangci-lint-${LINT_VERSION}-linux-amd64.tar.gz | \
tar xz --strip-components 1 --wildcards \*/golangci-lint
mkdir -p bin && mv golangci-lint bin/