From d64f7d2a06fcd674bf70702ccefa12e9634094f0 Mon Sep 17 00:00:00 2001 From: Gregory Petrosyan Date: Wed, 8 Feb 2023 21:21:56 +0300 Subject: [PATCH] CI: test on Go 1.20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 595f25c..69e02b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: CI strategy: matrix: - go: ['1.17', '1.18', '1.19'] + go: ['1.17', '1.18', '1.19', '1.20'] os: ['ubuntu-latest', 'windows-latest', 'macOS-latest'] runs-on: ${{ matrix.os }} steps: