fix: update golang-ci package (#9817)

This commit is contained in:
Joshua Powers 2021-09-24 09:09:52 -06:00 committed by GitHub
parent 3ec4c128ca
commit 3b94269f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ vet:
.PHONY: lint-install
lint-install:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.38.0
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.1
.PHONY: lint
lint: