From 43ac2ef4805aeb61ce1c64c408860e84070ba45c Mon Sep 17 00:00:00 2001 From: Edoardo Tenani <526307+endorama@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:10:55 +0100 Subject: [PATCH] Update golangci-lint in CI to 1.51.2 (#136) --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index fd6d552..20149d1 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -66,7 +66,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.48 + version: v1.51.2 license: runs-on: ubuntu-latest