From 4ffac8feebdaa295e35c75e01d1c385b301fa35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Fri, 15 Nov 2024 08:05:54 +0200 Subject: [PATCH] chore(deps): upgrade go to v1.23 --- .github/workflows/go.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5b3c153..99533b6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.20', '1.21', '1.22'] + go: ['1.20', '1.21', '1.22', '1.23'] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 0c5b132..e21e7f3 100644 --- a/README.md +++ b/README.md @@ -284,8 +284,9 @@ Versions that also build are marked with :warning:. | ------- | ------------------ | | <1.20 | :x: | | 1.20 | :warning: | -| 1.21 | :white_check_mark: | +| 1.21 | :warning: | | 1.22 | :white_check_mark: | +| 1.23 | :white_check_mark: | ## License