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

scripts/test-infra: update golangci-lint to v1.36.0

This commit is contained in:
Markus Lehtonen 2021-02-10 12:58:44 +02:00
parent f0513eeda0
commit 44b52b69be

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.30.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.36.0
export PATH=$PATH:$(go env GOPATH)/bin
# Run verify steps