From 68d1d647273ee293ecdc963be6aae85f402e1f72 Mon Sep 17 00:00:00 2001 From: Francesco Banconi Date: Tue, 11 Apr 2023 23:45:02 +0200 Subject: [PATCH] CI: include go 1.20 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c0a3459..3d137a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: name: Build and Test strategy: matrix: - go: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19'] + go: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3