From 455b809fb2767434aa4a1af530339cb27515325f Mon Sep 17 00:00:00 2001 From: Stefan Benz <46600784+stebenz@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:54:11 +0100 Subject: [PATCH 1/2] chore: update to go 1.23 --- .github/workflows/release.yml | 2 +- README.md | 4 ++-- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f6f9d0..dd51100 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - go: ['1.21', '1.22'] + go: ['1.21', '1.22', '1.23'] name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index f773b45..a5a0333 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ Versions that also build are marked with :warning:. | Version | Supported | |---------|--------------------| -| <1.21 | :x: | -| 1.21 | :white_check_mark: | +| <1.22 | :x: | | 1.22 | :white_check_mark: | +| 1.23 | :white_check_mark: | ## License diff --git a/go.mod b/go.mod index 2595646..92d73b9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/zitadel/zitadel-go/v3 -go 1.21 +go 1.23 require ( github.com/envoyproxy/protoc-gen-validate v1.1.0 From 16319cf99332c58ec239f71f931ad73f4307e745 Mon Sep 17 00:00:00 2001 From: Stefan Benz <46600784+stebenz@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:20:23 +0100 Subject: [PATCH 2/2] chore: update to go 1.23 --- README.md | 3 ++- go.mod | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5a0333..f0aa6ba 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ Versions that also build are marked with :warning:. | Version | Supported | |---------|--------------------| -| <1.22 | :x: | +| <1.21 | :x: | +| 1.21 | :warning: | | 1.22 | :white_check_mark: | | 1.23 | :white_check_mark: | diff --git a/go.mod b/go.mod index 92d73b9..2595646 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/zitadel/zitadel-go/v3 -go 1.23 +go 1.21 require ( github.com/envoyproxy/protoc-gen-validate v1.1.0