From cc89c0d3a5253851115db2ccc9cb9fd20bb9797f Mon Sep 17 00:00:00 2001 From: Gregory Petrosyan Date: Tue, 5 Nov 2024 16:39:05 +0300 Subject: [PATCH] CI: test on Go 1.23 --- .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 6af6040..f731aa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: name: CI strategy: matrix: - go: ['1.18', '1.19', '1.21', '1.22'] + go: ['1.18', '1.19', '1.22', '1.23'] os: ['ubuntu-latest', 'windows-latest', 'macOS-latest'] runs-on: ${{ matrix.os }} steps: