Skip to content

Commit

Permalink
Bump golangci-lint to v1.32.0
Browse files Browse the repository at this point in the history
To fix `Running error: context loading failed: no go files to analyze` errors
  • Loading branch information
mumoshu committed Oct 29, 2020
1 parent 79b1610 commit 7c5e752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test: build
PATH=$(PWD):$(PATH) go test -race -v ./...

bin/golangci-lint:
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.23.1
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.32.0

.PHONY: lint
lint: bin/golangci-lint
Expand Down

0 comments on commit 7c5e752

Please sign in to comment.