mirror of https://github.com/knative/func.git
chore: bump golangci-lint version (#360)
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
This commit is contained in:
parent
eb47dc7ab2
commit
f62303b091
2
Makefile
2
Makefile
|
|
@ -77,7 +77,7 @@ test-integration:
|
|||
go test -tags integration ./...
|
||||
|
||||
bin/golangci-lint:
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.28.0
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.40.1
|
||||
|
||||
check: bin/golangci-lint
|
||||
./bin/golangci-lint run --timeout 300s
|
||||
|
|
|
|||
Loading…
Reference in New Issue