From be0dada7a9fbbb1d1d78ee5f58ae95691265034b Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:29:48 +0200 Subject: [PATCH] ci: use currently maintained Golang releases (1.18 & 1.19) (#309) Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- .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 c2cd9330..609cc92e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: test: strategy: matrix: - go-version: ['1.17', '1.18', '>=1.19.0-rc.2'] + go-version: ['1.18', '1.19'] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} timeout-minutes: 5