From 41ca41f933959693fd94e97a7293da480f2543a2 Mon Sep 17 00:00:00 2001 From: Michael McCarty Date: Tue, 7 Jul 2026 08:50:53 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20chore):=20bump=20golci-lint-action?= =?UTF-8?q?=20to=20v9.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 4ab5b213..ebf73a10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Go vet run: go vet -x ./... - name: Golangci-lint - uses: golangci/golangci-lint-action@v8.0.0 + uses: golangci/golangci-lint-action@v9.3.0 audit: runs-on: ubuntu-latest