From eb65b0f14337c36b16e1e4edd3c7680c8906274e Mon Sep 17 00:00:00 2001
From: Eric Promislow <epromislow@suse.com>
Date: Wed, 23 Apr 2025 14:14:08 -0700
Subject: [PATCH] And back out that golangci-lint change

---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 1cdc2234..46e934ee 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
     - name: Install golangci-lint
       uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
       with:
-        version: v1.60.3
+        version: v1.54.0
     - name: Build
       run: make build-bin
     - name: Test