From 8387ce8378eae7931181c83cebe3c38a3aba45aa Mon Sep 17 00:00:00 2001 From: Julien Schmidt Date: Thu, 2 Oct 2025 20:27:19 +0200 Subject: [PATCH] chore(ci): Bump Go and golangci-lint versions --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3bbd539..d9c4dff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ on: - main env: - GOLANGCI_LINT_VERSION: v2.0.2 + GOLANGCI_LINT_VERSION: v2.5.0 permissions: contents: read @@ -19,7 +19,7 @@ jobs: name: Test strategy: matrix: - version: ["1.22", "1.23", "1.24"] + version: ["1.23", "1.24", "1.25"] runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0