From 9a8022e813af116c1444a94a73294b17fa9d53da Mon Sep 17 00:00:00 2001 From: qmuntal Date: Fri, 3 Feb 2023 17:42:17 +0100 Subject: [PATCH] bump github actions go versions --- .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 bfca4f2..96ac334 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.16.x, 1.17.x, 1.18.x] + go-version: [1.19.x, 1.20.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: