From 48501b98f26d30b23fe67b9d20efec29e9207b93 Mon Sep 17 00:00:00 2001 From: andev0x Date: Sun, 5 Jul 2026 17:04:10 +0700 Subject: [PATCH] ci: update golangci-lint-action to latest - apply semantic repository updates --- .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 cbb8e2b..aed2c2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - uses: golangci/golangci-lint-action@v8 with: - version: v2.5.0 + version: latest args: --timeout=5m - run: |