Update golangci-lint to v1.23.1

This commit is contained in:
Maksym Pavlenko
2020-01-26 17:25:30 -08:00
parent 9f4c926af1
commit b217ba8a1b
+1 -1
View File
@@ -36,7 +36,7 @@ release:
# Pull GolangCI-Lint dependency
#
$(GOLANGCI):
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(BINPATH) v1.17.1
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(BINPATH) v1.23.1
$(GOLANGCI) --version
#