From 9542ba54f589829673a0403acffdfdb5a6fad37a Mon Sep 17 00:00:00 2001 From: Pierre Curto Date: Mon, 8 Jan 2024 14:04:50 +0100 Subject: [PATCH] CI: update go versions to more recent ones --- .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 507bbfb1..21828d1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: ["1.15", "1.16", "1.17"] + go: ["1.19", "1.20", "1.21"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2