Upgrade golangci version

This commit is contained in:
Nicholas Thompson
2021-04-23 22:14:09 +02:00
parent 56c417fd0e
commit 321d19c5c2
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ notifications:
email: false email: false
before_script: before_script:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.26.0 - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.39.0
- go mod vendor - go mod vendor
script: script:

View File

@@ -47,7 +47,7 @@ docker:
lint: lint:
docker run --rm -it \ docker run --rm -it \
-w /src -v $(shell pwd):/src \ -w /src -v $(shell pwd):/src \
golangci/golangci-lint:v1.26 golangci-lint run \ golangci/golangci-lint:v1.39 golangci-lint run \
-v -c .golangci.yml -v -c .golangci.yml
clean: clean: