summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorxuzhang3 <Zhangxu894765>2022-02-21 11:47:58 +0800
committerxuzhang3 <Zhangxu894765>2022-02-21 11:47:58 +0800
commit6decb234cdc445f7519437af3caaf63559c1ed01 (patch)
tree4024af6481f428587e877d69a18a311ae3dda04b /GNUmakefile
parentd0829924bdd1e68d023b17d24530cac7d4ecb213 (diff)
update golangci-lint v1.44.2
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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