From eae176f995a4bdcacc10e427ff46a116a774652f Mon Sep 17 00:00:00 2001 From: Dustin Black Date: Tue, 2 May 2023 16:08:50 +0200 Subject: [PATCH] bump golangci-lint-action version to fix ci error (#12) --- .github/workflows/test_ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_ci.yaml b/.github/workflows/test_ci.yaml index cf82e8f..b087b01 100644 --- a/.github/workflows/test_ci.yaml +++ b/.github/workflows/test_ci.yaml @@ -14,7 +14,7 @@ jobs: uses: golangci/golangci-lint-action@v2 with: # Hard-coding version due to this bug: https://github.com/golangci/golangci-lint-action/issues/535 - version: v1.47 + version: v1.52.2 test: name: go test runs-on: ubuntu-latest @@ -59,4 +59,4 @@ jobs: /tmp/gotest.log /tmp/coverage.out /tmp/coverage.md - if-no-files-found: error \ No newline at end of file + if-no-files-found: error