From e92fcd3f06be11c4d9daa8d3b34febce7c150c03 Mon Sep 17 00:00:00 2001 From: Ardit Marku Date: Mon, 6 Jan 2025 12:14:03 +0200 Subject: [PATCH] Update version of golangci-lint CI action for go 1.22 version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb472458e..60b066ef7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,5 +38,5 @@ jobs: uses: golangci/golangci-lint-action@v4 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.54 + version: v1.63.4 args: --timeout=10m