From f21da5d63911994ff6228a9de46e3bc7bd5d73ec Mon Sep 17 00:00:00 2001 From: umarcor Date: Sun, 5 Mar 2023 21:37:41 +0000 Subject: [PATCH] ci: test Golang 1.20 --- .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 b43077247..b218b6626 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 @@ -67,6 +67,7 @@ jobs: - 17 - 18 - 19 + - 20 name: '${{ matrix.platform }} | 1.${{ matrix.go }}.x' runs-on: ${{ matrix.platform }}-latest steps: