From 12d2a704eb2aff70ea6d6dc5c05375e559030de4 Mon Sep 17 00:00:00 2001 From: Harmen Date: Wed, 25 Sep 2024 09:51:25 +0200 Subject: [PATCH] CI against go 1.23 --- .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 13eeeb0..c9d35d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.17', '1.20', '1.21', '1.22' ] + go: [ '1.17', '1.21', '1.22', '1.23' ] name: Go ${{ matrix.go }} steps: - uses: actions/checkout@v4