This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git
The following commit(s) were added to refs/heads/main by this push:
new d4933a6 upgrade golangci-lint to 1.39.0 (#40)
d4933a6 is described below
commit d4933a65a7e2dc484153c8f2b5d9f8b3468c2e4e
Author: renzheng.wang <[email protected]>
AuthorDate: Thu Apr 22 06:12:03 2021 +0800
upgrade golangci-lint to 1.39.0 (#40)
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 5238c45..6902866 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ all: deps verify build gen-docs check
.PHONY: tools
tools:
- $(GO_LINT) version || curl -sfL
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh
-s -- -b $(GO_PATH)/bin v1.33.0
+ $(GO_LINT) version || curl -sfL
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh
-s -- -b $(GO_PATH)/bin v1.39.0
deps: tools
$(GO_GET) -v -t -d ./...