From f5d3cec1cf52e1f5a4df36ab977dea82c452e579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Sun, 1 Sep 2024 18:10:03 +0200 Subject: [PATCH] Add Go 1.23 to build matrix --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index eded81d..410e39c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: # We make use of the `slices` feature, only available in 1.21 and newer - go-version: [ '1.21', '1.22' ] + go-version: [ '1.21', '1.22', '1.23' ] steps: - uses: actions/checkout@v4 @@ -36,7 +36,7 @@ jobs: strategy: matrix: # We make use of the `slices` feature, only available in 1.21 and newer - go-version: [ '1.21', '1.22' ] + go-version: [ '1.21', '1.22', '1.23' ] steps: - uses: actions/checkout@v4 @@ -57,7 +57,7 @@ jobs: strategy: matrix: # We make use of the `slices` feature, only available in 1.21 and newer - go-version: [ '1.21', '1.22' ] + go-version: [ '1.21', '1.22', '1.23' ] steps: - uses: actions/checkout@v4