diff --git a/.github/workflows/docs-gen-and-push.yaml b/.github/workflows/docs-gen-and-push.yaml index d83076d..4cfc0aa 100644 --- a/.github/workflows/docs-gen-and-push.yaml +++ b/.github/workflows/docs-gen-and-push.yaml @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0 with: - go-version: v1.23.7 + go-version: v1.24.3 cache: true - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 #tag=v5.5.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d71c111..9aff910 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0 with: - go-version: v1.23.7 + go-version: v1.24.3 cache: true - name: Delete non-semver tags diff --git a/.prow.yaml b/.prow.yaml index fbf53cb..88ecff1 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -21,7 +21,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.23.7-2 + - image: ghcr.io/kcp-dev/infra/build:1.24.3-1 command: - hack/ci/verify.sh resources: @@ -37,7 +37,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.23.7-2 + - image: ghcr.io/kcp-dev/infra/build:1.24.3-1 command: - make - lint @@ -76,7 +76,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.23.7-2 + - image: ghcr.io/kcp-dev/infra/build:1.24.3-1 command: - make - test @@ -96,7 +96,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.23.7-2 + - image: ghcr.io/kcp-dev/infra/build:1.24.3-1 command: - hack/ci/run-e2e-tests.sh resources: diff --git a/Dockerfile b/Dockerfile index 4cccec4..2f90f44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5 AS builder +FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.3 AS builder ARG TARGETOS ARG TARGETARCH