From 53db17c4f119c321afa8b9cb70014eb13ef7f885 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 57b8603b..2829f9eb 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: