From 1663132762537645797f42ad727db8199f931183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 09:15:42 +0000 Subject: [PATCH] build(deps): bump golangci/golangci-lint-action from 5 to 6 (#88) --- .github/workflows/go_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_test.yaml b/.github/workflows/go_test.yaml index c6d5f54..4f680e0 100644 --- a/.github/workflows/go_test.yaml +++ b/.github/workflows/go_test.yaml @@ -27,7 +27,7 @@ jobs: - name: Vet run: go vet ./... - name: golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: version: latest - name: Test