From 87ede0554fc5947766a1c64e53d89e8fd8944fd8 Mon Sep 17 00:00:00 2001 From: Tyler Mapp Date: Thu, 29 Feb 2024 13:11:37 -0500 Subject: [PATCH] build: bump golangci-lint-action Resolves issue where it would panic on `load embedded ruleguard rules`. --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf20088..f7f2af0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,6 +44,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: Lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 with: - version: v1.45 + version: v1.50