From cb66643c247f48eafaae56282a0298b91dffed5c Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Fri, 3 May 2024 09:51:06 +0200 Subject: [PATCH] chore: bump deps --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0bf340e..5e66408 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: check-latest: true go-version-file: go.mod - - uses: golangci/golangci-lint-action@v4 + - uses: golangci/golangci-lint-action@v5 with: working-directory: ${{ matrix.gomod }}