diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cbd6fdd5..eea62427 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -2,7 +2,7 @@ agents: queue: "public" env: - GO_VERSION_FILE: "go1.23.3.linux-amd64.tar.gz" + GO_VERSION_FILE: "go1.23.4.linux-amd64.tar.gz" # Mount the docker.sock as to the docker container, so that we are able to # run docker build command and kind is spawned as a sibling container. diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index f457a393..0d140ba9 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.23.3 + go-version: 1.23.4 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 b07a74d7..7264696e 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.23.3 + go-version: 1.23.4 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 e52430ad..7ada20b6 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.23.3 + go-version: 1.23.4 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 66f88f59..5258c312 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.23.3 + go-version: 1.23.4 - name: Check out code into the Go module directory uses: actions/checkout@v2 diff --git a/build/Dockerfile.release b/build/Dockerfile.release index dda8cdcb..f9aeda60 100755 --- 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.23.3 AS build +FROM golang:1.23.4 AS build ENV GO111MODULE=on WORKDIR /go/src/planetscale.dev/vitess-operator diff --git a/go.mod b/go.mod index eec770c6..b2954ee8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module planetscale.dev/vitess-operator -go 1.23.3 +go 1.23.4 require ( github.com/ahmetb/gen-crd-api-reference-docs v0.3.0 @@ -22,7 +22,7 @@ require ( sigs.k8s.io/controller-runtime v0.19.0 sigs.k8s.io/controller-tools v0.16.1 sigs.k8s.io/kustomize v2.0.3+incompatible - vitess.io/vitess v0.10.3-0.20241129113223-68b25b30f210 + vitess.io/vitess v0.10.3-0.20241206154622-747a61c1434b ) require ( diff --git a/go.sum b/go.sum index b2599f16..8ff490b2 100644 --- a/go.sum +++ b/go.sum @@ -866,5 +866,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77Vzej sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E= sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY= -vitess.io/vitess v0.10.3-0.20241129113223-68b25b30f210 h1:sj0E6smd0dTaCjs0fGPjkD+tgTKAXoVeTTEUmcsbmLE= -vitess.io/vitess v0.10.3-0.20241129113223-68b25b30f210/go.mod h1:CWmdBBg3PjIclOHTAKEzuitlqwPUDJg+tQSMrg3yI4s= +vitess.io/vitess v0.10.3-0.20241206154622-747a61c1434b h1:c8uAZRlmmJG98sKqLVbSw67PsRsJ0cUIIQWu2ue9X3g= +vitess.io/vitess v0.10.3-0.20241206154622-747a61c1434b/go.mod h1:7uca4MWMIqcC8hfIs8Vw45CIO2mhAwesAfsVG8ryROk=