diff options
| author | Zooopx <xuzhang3@microsoft.com> | 2022-04-25 17:28:30 +0800 |
|---|---|---|
| committer | Zooopx <xuzhang3@microsoft.com> | 2022-04-25 17:28:30 +0800 |
| commit | 0ef4d85757ae08f607aeee28ff785da37183adaa (patch) | |
| tree | 19666bbb5540a077301b217738fd0d71d1140025 /GNUmakefile | |
| parent | b2d183edfee06a5c71a96429e37a9603890d29f6 (diff) | |
bump golangci-lint to v1.45.2
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index ee8719c8..4309159b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,7 +22,7 @@ tools: go install github.com/client9/misspell/cmd/misspell@latest go install github.com/bflad/tfproviderlint/cmd/tfproviderlint@latest go install github.com/bflad/tfproviderdocs@latest - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOPATH)/bin" v1.44.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOPATH)/bin" v1.45.2 build: fmtcheck check-vendor-vs-mod go install |
