From 92456e634af3ee1a1d2cd30ecdbc1fe1df173d2f Mon Sep 17 00:00:00 2001 From: Umputun Date: Wed, 1 Jan 2025 15:13:46 -0600 Subject: [PATCH] use earlier version of linter for go 1.21 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4b3574..fce78e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.61 + version: v1.59 - name: install goveralls run: |