1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-29 11:14:38 +00:00

scripts: update golangci-lint to v1.30.0 in verify.sh

This commit is contained in:
Markus Lehtonen 2020-09-04 10:45:51 +03:00
parent 6a9c031c40
commit d77d76e95d

View file

@ -1,7 +1,7 @@
#!/bin/bash -e
# Install deps
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.27.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.30.0
export PATH=$PATH:$(go env GOPATH)/bin
# Run verify steps