From 0c27127d7b901366f6a466e8f731e3fce737c1d5 Mon Sep 17 00:00:00 2001 From: Bourne Zhang Date: Tue, 8 Oct 2024 11:27:37 +0800 Subject: [PATCH] downgrade lint to 1.59.1 --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 46f6c59d69e3..64e1748b2a90 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -15,7 +15,7 @@ jobs: with: go-version: "1.22" - name: Install golangci-lint - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0 + run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.59.1 - name: lint run: make lint-go test: