From a4dde6f9bb9e503329e8b9b03478fad5c3a0e530 Mon Sep 17 00:00:00 2001 From: Suhail Patel Date: Thu, 23 Feb 2023 17:44:11 +0000 Subject: [PATCH] Update our Go versions to Go 1.19 and 1.20 --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 8090366e..2483bafd 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -5,7 +5,7 @@ jobs: test: strategy: matrix: - go-version: [1.17.x, 1.18.x] + go-version: [1.19.x, 1.20.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: