From 41a4ae59f637745f860c3759c05ca7c042e93886 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 46f6c59d69e3f..4ea07042e5d73 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.` - name: lint run: make lint-go test: