From 74f21a3283bd4e4a984ea731509054f3481dda8c Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Fri, 13 Dec 2024 14:18:07 -0500 Subject: [PATCH] update golangci-version lint Signed-off-by: Alexandre Lamarre --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a608a7ea..3418f972 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.60.2 + version: v1.62.2 build: strategy: matrix: