From 25c0b203f7d067c959e87dde21b54b5a649908e7 Mon Sep 17 00:00:00 2001 From: Ethan Lowman Date: Fri, 8 Apr 2022 15:41:05 -0400 Subject: [PATCH 1/2] ci: Bump golangci-lint to 1.45.3 to attempt to fix linting panic --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f9ee87b..2eaaad73 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 with: - version: v1.44 + version: v1.45.3 conventional-commits-lint-check: runs-on: "ubuntu-latest" From ba0015cdaf3dc3afd737abeff9b2c27b6da05fb5 Mon Sep 17 00:00:00 2001 From: Ethan Lowman Date: Fri, 8 Apr 2022 16:46:06 -0400 Subject: [PATCH 2/2] ci: Change version of golangci-lint to 1.45.2 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2eaaad73..a55d5ae6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 with: - version: v1.45.3 + version: v1.45.2 conventional-commits-lint-check: runs-on: "ubuntu-latest"