You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/11/07 09:56:54 UTC

[GitHub] [skywalking-infra-e2e] wu-sheng commented on a change in pull request #65: Add changes for 1.1.0 version

wu-sheng commented on a change in pull request #65:
URL: https://github.com/apache/skywalking-infra-e2e/pull/65#discussion_r744231674



##########
File path: Makefile
##########
@@ -41,7 +41,7 @@ all: clean lint test build
 
 .PHONY: lint
 lint:
-	$(GO_LINT) version || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GO_PATH)/bin
+	$(GO_LINT) version || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.42.1/install.sh | sh -s -- -b $(GO_PATH)/bin

Review comment:
       FYI @apache/skywalking-committers We noticed master and v1.42.1 are not consistent in format rules, which caused CI failing in lint checking.
   We are locking the version now.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org