From 5f9e074143cdb13a02d2edb012b62eccbb965841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 01:13:14 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 (#36) --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index cddd3d3..dbc33b5 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -35,7 +35,7 @@ jobs: go-version-file: 'go.mod' - name: golangci-lint - uses: golangci/golangci-lint-action@v5.3.0 + uses: golangci/golangci-lint-action@v6.0.0 with: version: latest args: -v --config ./.golangci.yml