From f16e82bacdd052d4560beb3794270a10db3e0fb6 Mon Sep 17 00:00:00 2001 From: Francisco Delmar Kurpiel Date: Thu, 6 Nov 2025 13:36:59 +0100 Subject: [PATCH] fix: fix test and check compatibility with go ver on go.mod --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a77842..bc6b6f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: test: strategy: matrix: - go: ["1.23", "stable"] + go: ["1.24", "stable"] name: test runs-on: ubuntu-latest steps: @@ -31,7 +31,7 @@ jobs: golangci: strategy: matrix: - go: ["1.23", "stable"] + go: ["1.24", "stable"] lint: ["v2.5.0"] name: lint runs-on: ubuntu-latest