From 5c3c1e62a4d344f3ab6beba7f314d39a296759c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:06:02 +1200 Subject: [PATCH] chore: Bump golangci/golangci-lint-action from 5.0.0 to 5.1.0 (#41) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 ad5709d..9f02283 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@v5.0.0 + uses: golangci/golangci-lint-action@v5.1.0 test: name: Test Go@v${{ matrix.go-version }}