From fb3652402b30b582975880f652e7ed81343e8312 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> Date: Mon, 6 Mar 2023 02:11:33 +0000 Subject: [PATCH] ci: test Golang 1.20 (#1925) --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ffcebaf3..f3076b793 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: '^1.19' + go-version: '^1.20' check-latest: true cache: true @@ -66,6 +66,7 @@ jobs: - 17 - 18 - 19 + - 20 name: '${{ matrix.platform }} | 1.${{ matrix.go }}.x' runs-on: ${{ matrix.platform }}-latest steps: