From 7ddea0e312720d5462e051dd4ce9b0b1ac7336e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 14:10:03 +1300 Subject: [PATCH] chore: Bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 (#35) --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9f990ef..590a618 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: run: go mod download - name: Run golangci-lint - uses: golangci/golangci-lint-action@v3.7.1 + uses: golangci/golangci-lint-action@v4.0.0 test: name: Test Go@v${{ matrix.go-version }}