From b21e00dfbda19c8b8739c3e76ab37d973595a19c Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" Date: Tue, 7 May 2024 00:05:10 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c6a011..6260d20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: go-version-file: go.mod cache: false - name: Lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: args: --timeout=5m