From 811f38929320ace07d52656d09cc44551d7fd90c Mon Sep 17 00:00:00 2001 From: Luca Bigliardi Date: Wed, 19 Oct 2022 12:19:00 +0200 Subject: [PATCH] Update go version list used in github workflows Signed-off-by: Luca Bigliardi --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37cd429..8080960 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.13.x, 1.15.x, 1.16.x] + go-version: [1.15.x, 1.18.x, 1.19.x] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: