From 4e49e247f09c20bab9a0278250a0f3f0ece13f81 Mon Sep 17 00:00:00 2001 From: Andrea Barberio Date: Mon, 28 Oct 2024 14:04:38 +0100 Subject: [PATCH] Updated go versions in tests Signed-off-by: Andrea Barberio --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5b6efe6..d00409d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.17', '1.18'] + go: ['1.22', '1.23'] steps: - uses: actions/checkout@v2 with: @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.17', '1.18'] + go: ['1.22', '1.23'] steps: - uses: actions/checkout@v2 with: