diff --git a/.github/workflows/docs-gen-and-push.yaml b/.github/workflows/docs-gen-and-push.yaml index 1f24139..5723a3b 100644 --- a/.github/workflows/docs-gen-and-push.yaml +++ b/.github/workflows/docs-gen-and-push.yaml @@ -36,7 +36,7 @@ jobs: - name: Setup Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0 with: - go-version: v1.25.5 + go-version: v1.25.7 cache: true - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #tag=v6.1.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdfa4b5..bc3095b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0 with: - go-version: v1.25.5 + go-version: v1.25.7 cache: true - name: Delete non-semver tags diff --git a/.prow.yaml b/.prow.yaml index d5cc268..ba8b1dd 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.25.5-1 + - image: ghcr.io/kcp-dev/infra/build:1.25.7-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.25.5-1 + - image: ghcr.io/kcp-dev/infra/build:1.25.7-1 command: - make - lint @@ -76,7 +76,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.25.5-1 + - image: ghcr.io/kcp-dev/infra/build:1.25.7-1 command: - make - test @@ -96,7 +96,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.25.5-1 + - image: ghcr.io/kcp-dev/infra/build:1.25.7-1 command: - hack/ci/run-e2e-tests.sh env: @@ -115,7 +115,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.25.5-1 + - image: ghcr.io/kcp-dev/infra/build:1.25.7-1 command: - hack/ci/run-e2e-tests.sh env: @@ -134,7 +134,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.25.5-1 + - image: ghcr.io/kcp-dev/infra/build:1.25.7-1 command: - hack/ci/run-e2e-tests.sh env: diff --git a/Dockerfile b/Dockerfile index 5749580..6cc8398 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.25.5 AS builder +FROM --platform=${BUILDPLATFORM} docker.io/golang:1.25.7 AS builder ARG TARGETOS ARG TARGETARCH