From f9c1f0f6c2579c184590c348830f8fdb74160902 Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Wed, 3 Dec 2025 14:07:31 +0100 Subject: [PATCH] update to Go 1.24.11, update actions On-behalf-of: @SAP christoph.mewes@sap.com --- .github/workflows/docs-gen-and-push.yaml | 10 ++++++---- .github/workflows/release.yml | 13 +++++++------ .prow.yaml | 12 ++++++------ Dockerfile | 2 +- 4 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.github/workflows/docs-gen-and-push.yaml b/.github/workflows/docs-gen-and-push.yaml index 11bf96a..65e3358 100644 --- a/.github/workflows/docs-gen-and-push.yaml +++ b/.github/workflows/docs-gen-and-push.yaml @@ -27,17 +27,19 @@ jobs: name: Generate and push runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2 + - name: Checkout + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1 - run: git fetch origin gh-pages - run: git fetch origin '+refs/tags/v*:refs/tags/v*' --no-tags - - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0 + - name: Setup Go + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0 with: - go-version: v1.24.3 + go-version: v1.24.11 cache: true - - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 #tag=v5.5.0 + - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #tag=v6.1.0 with: python-version: '3.10' cache: 'pip' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a761e7..9b587a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,13 +21,14 @@ jobs: steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1 with: fetch-depth: 0 - - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0 + - name: Setup Go + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0 with: - go-version: v1.24.9 + go-version: v1.24.11 cache: true - name: Delete non-semver tags @@ -38,7 +39,7 @@ jobs: - name: Run GoReleaser on tag if: github.event_name != 'pull_request' - uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0 + uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # tag=v6.4.0 with: distribution: goreleaser version: "~> v2" @@ -48,7 +49,7 @@ jobs: - name: Run GoReleaser on pull request if: github.event_name == 'pull_request' - uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0 + uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # tag=v6.4.0 with: distribution: goreleaser version: "~> v2" @@ -56,7 +57,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2 + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # tag=v5.0.0 if: github.event_name == 'pull_request' with: name: binaries diff --git a/.prow.yaml b/.prow.yaml index 4f128e3..c936fbd 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.24.9-1 + - image: ghcr.io/kcp-dev/infra/build:1.24.11-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.24.9-1 + - image: ghcr.io/kcp-dev/infra/build:1.24.11-1 command: - make - lint @@ -76,7 +76,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.24.9-1 + - image: ghcr.io/kcp-dev/infra/build:1.24.11-1 command: - make - test @@ -96,7 +96,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.24.9-1 + - image: ghcr.io/kcp-dev/infra/build:1.24.11-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.24.9-1 + - image: ghcr.io/kcp-dev/infra/build:1.24.11-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.24.9-1 + - image: ghcr.io/kcp-dev/infra/build:1.24.11-1 command: - hack/ci/run-e2e-tests.sh env: diff --git a/Dockerfile b/Dockerfile index 9201f6a..f2eef68 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.24.9 AS builder +FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.11 AS builder ARG TARGETOS ARG TARGETARCH