From 437f17001e4cb6820aacfa9fde556edb034aaee7 Mon Sep 17 00:00:00 2001 From: Harshit Gangal Date: Fri, 29 Sep 2023 20:18:20 +0530 Subject: [PATCH 1/2] update go version to go1.21.1 Signed-off-by: Harshit Gangal --- .github/workflows/integration-test.yaml | 2 +- .github/workflows/make-generate-and-diff.yaml | 2 +- .github/workflows/unit-test.yaml | 2 +- .github/workflows/upgrade-vitess-dependency.yaml | 2 +- build/Dockerfile.release | 2 +- go.mod | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 build/Dockerfile.release diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index fdab5463..629d2391 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.21.0 + go-version: 1.21.1 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/make-generate-and-diff.yaml b/.github/workflows/make-generate-and-diff.yaml index 7988f9f5..11a229de 100644 --- a/.github/workflows/make-generate-and-diff.yaml +++ b/.github/workflows/make-generate-and-diff.yaml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.21.0 + go-version: 1.21.1 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index fd65452d..eee456c1 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.21.0 + go-version: 1.21.1 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/upgrade-vitess-dependency.yaml b/.github/workflows/upgrade-vitess-dependency.yaml index 9e2600d3..73a18ea0 100644 --- a/.github/workflows/upgrade-vitess-dependency.yaml +++ b/.github/workflows/upgrade-vitess-dependency.yaml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.21.0 + go-version: 1.21.1 - name: Check out code into the Go module directory uses: actions/checkout@v2 diff --git a/build/Dockerfile.release b/build/Dockerfile.release old mode 100644 new mode 100755 index 7f7ebcf7..79bac70a --- a/build/Dockerfile.release +++ b/build/Dockerfile.release @@ -11,7 +11,7 @@ # without messing up file permissions, since the Docker container doesn't run as # your actual user. -FROM golang:1.21.0 AS build +FROM golang:1.21.1 AS build ENV GO111MODULE=on WORKDIR /go/src/planetscale.dev/vitess-operator diff --git a/go.mod b/go.mod index 2d9ab090..f935a586 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module planetscale.dev/vitess-operator -go 1.21 +go 1.21.1 require ( github.com/ahmetb/gen-crd-api-reference-docs v0.1.5-0.20190629210212-52e137b8d003 From f80a10a549e9cdefa64736a5d4b4582bd2ea0c62 Mon Sep 17 00:00:00 2001 From: Harshit Gangal Date: Fri, 29 Sep 2023 20:21:43 +0530 Subject: [PATCH 2/2] update compatibility matrix Signed-off-by: Harshit Gangal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7711b93e..e742af39 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ compatible with certain Vitess and Kubernetes versions, as shown in this table: | `v2.8.*` | `v15.0.*` | `v1.22.*`, `v1.23.*`, or `v1.24.*` | | `v2.9.*` | `v16.0.*` | `v1.22.*`, `v1.23.*`, or `v1.24.*` | | `v2.10.*` | `v17.0.*` | `v1.22.*`, `v1.23.*`, `v1.24.*`, or `v1.25.*` | +| `v2.11.*` | `v18.0.*` | `v1.22.*`, `v1.23.*`, `v1.24.*`, or `v1.25.*` | | `latest` | `latest` | `v1.22.*`, `v1.23.*`, `v1.24.*`, or `v1.25.*` | If for some reason you must attempt to use versions outside the recommend