You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Download golangci-lint binary instead of building from source to workaround missing repository: https://github.com/golangci/golangci-lint/issues/6017
219
+
# The tdakkota/asciicheck user account and repo disappeared so building golangci-lint from source will fail as the repo cannot be pulled
220
+
# golangci-lint has a fix for this issue by forking the repo: https://github.com/golangci/golangci-lint/pull/6018
221
+
# Once they release a fix and OTel upstream pulls it in, we can undo this
222
+
$(TOOLS_BIN_DIR)/golangci-lint: $(TOOLS_BIN_DIR)
223
+
echo "Downloading golangci-lint..."
224
+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(TOOLS_BIN_DIR) v2.1.1
0 commit comments