From 0affea0721ce057a203fa0debfe112d0ffae8648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Can=20Bak=C4=B1r?= Date: Mon, 16 Feb 2026 12:49:42 +0300 Subject: [PATCH] fix: bump golangci-lint-action to v7 for Go 1.25 support --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index f58ebd8..6dfc158 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -16,9 +16,9 @@ jobs: - uses: actions/checkout@v4 - uses: projectdiscovery/actions/setup/go@v1 - name: Run golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v7 with: - version: latest + version: v2 args: --timeout 5m working-directory: .