зеркало из https://github.com/github/vulcanizer.git
updated golangci-lint script url and version
got from https://golangci-lint.run/usage/install
This commit is contained in:
Родитель
75bdbd29dd
Коммит
9bcfee9a29
|
@ -12,6 +12,6 @@ if [ "$(uname -s)" = "Darwin" ]; then
|
|||
fi
|
||||
|
||||
# Install linter. Should be universal. Version is pinned per package recommendations.
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.31.0
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $GOPATH/bin v1.44.2
|
||||
|
||||
script/build
|
||||
|
|
Загрузка…
Ссылка в новой задаче