From a0b8ce02f4daf2d63c3445a32f31165b385406a0 Mon Sep 17 00:00:00 2001 From: Gregory Petrosyan Date: Tue, 8 Aug 2023 22:23:58 +0300 Subject: [PATCH] CI: test on Go 1.21 --- .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 69e02b7..5c5131e 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', '1.20'] + go: ['1.18', '1.19', '1.20', '1.21'] os: ['ubuntu-latest', 'windows-latest', 'macOS-latest'] runs-on: ${{ matrix.os }} steps: