diff options
| author | xuzhang3 <Zhangxu894765> | 2022-01-11 14:09:34 +0800 |
|---|---|---|
| committer | xuzhang3 <Zhangxu894765> | 2022-01-11 14:09:34 +0800 |
| commit | f52fedfa6df80dd58073f07ed7722b32b2dba1c7 (patch) | |
| tree | fc3f5f16075da30806da5323075e180522db9c5e /GNUmakefile | |
| parent | 43b4b3fe99c4b3e407dc11f562ebfa91134cf8fd (diff) | |
update golangci-lint
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 180a89ef..cd87069f 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.27.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOPATH)/bin" v1.43.0 build: fmtcheck check-vendor-vs-mod go install |
