From 76a92d5db8f3d154f87d1feac1e46f23aeec9fdf Mon Sep 17 00:00:00 2001 From: Bogdan Ungureanu Date: Tue, 2 Sep 2025 13:23:45 +0300 Subject: [PATCH] Update Go versions in CI workflow (#324) --- .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 8a5e6f5..f0af436 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - go: [ '1.17.x', '1.18.x','1.19.x', '1.20.x' ] + go: [ '1.21.x', '1.22.x', '1.23.x', '1.24.x', '1.25.x' ] runs-on: ubuntu-latest steps: - uses: actions/checkout@master