diff options
| author | xuzhang3 <Zhangxu894765> | 2022-02-21 11:47:58 +0800 |
|---|---|---|
| committer | xuzhang3 <Zhangxu894765> | 2022-02-21 11:47:58 +0800 |
| commit | 6decb234cdc445f7519437af3caaf63559c1ed01 (patch) | |
| tree | 4024af6481f428587e877d69a18a311ae3dda04b /GNUmakefile | |
| parent | d0829924bdd1e68d023b17d24530cac7d4ecb213 (diff) | |
update golangci-lint v1.44.2
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index cd87069f..ee8719c8 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.43.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(GOPATH)/bin" v1.44.2 build: fmtcheck check-vendor-vs-mod go install |
