From ac1c08b6e9e8b094cb855b807cf49ab4d1099259 Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" Date: Thu, 25 Apr 2024 04:13:47 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v5 --- .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 7b6ce00..1ebb4a5 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@v4 + uses: golangci/golangci-lint-action@v5 test: name: Test