From 19a749256a4ece1221fa109075be986ca6880fed Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Wed, 8 Apr 2026 16:11:02 +0200 Subject: [PATCH 1/3] update to Go 1.26.2 On-behalf-of: @SAP christoph.mewes@sap.com --- .github/workflows/docs-gen-and-push.yaml | 2 +- .github/workflows/release.yml | 2 +- .prow.yaml | 12 ++++++------ Dockerfile | 2 +- go.mod | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docs-gen-and-push.yaml b/.github/workflows/docs-gen-and-push.yaml index 5723a3b..6c10b59 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.7 + go-version: v1.26.2 cache: true - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #tag=v6.1.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b587a6..803ee36 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.24.11 + go-version: v1.26.2 cache: true - name: Delete non-semver tags diff --git a/.prow.yaml b/.prow.yaml index 20d2249..b4cdb1f 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.7-1 + - image: ghcr.io/kcp-dev/infra/build:1.26.2-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.7-1 + - image: ghcr.io/kcp-dev/infra/build:1.26.2-1 command: - make - lint @@ -76,7 +76,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.25.7-1 + - image: ghcr.io/kcp-dev/infra/build:1.26.2-1 command: - make - test @@ -96,7 +96,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: ghcr.io/kcp-dev/infra/build:1.25.7-1 + - image: ghcr.io/kcp-dev/infra/build:1.26.2-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.7-1 + - image: ghcr.io/kcp-dev/infra/build:1.26.2-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.7-1 + - image: ghcr.io/kcp-dev/infra/build:1.26.2-1 command: - hack/ci/run-e2e-tests.sh env: diff --git a/Dockerfile b/Dockerfile index 45bbd6c..263daa9 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.7 AS builder +FROM --platform=${BUILDPLATFORM} docker.io/golang:1.26.2 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index 163686f..2ad6099 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kcp-dev/api-syncagent -go 1.25.7 +go 1.25.0 replace github.com/kcp-dev/api-syncagent/sdk => ./sdk From 792a4b2c80ee8ce3c4d8f7dbcc868c4eb32212ef Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Wed, 8 Apr 2026 16:12:50 +0200 Subject: [PATCH 2/3] modernize PR template, include chore label On-behalf-of: @SAP christoph.mewes@sap.com --- .github/pull_request_template.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d1d1441..4e9a13d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,18 +1,26 @@ ## Summary + +## What Type of PR Is This? ## Related Issue(s) - Fixes # ## Release Notes - - ```release-note NONE ``` From 799e6c7c4e3699f3fe51dd000465f70bee2896a2 Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Fri, 10 Apr 2026 16:07:00 +0200 Subject: [PATCH 3/3] fix typos On-behalf-of: @SAP christoph.mewes@sap.com --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4e9a13d..aaad1fb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,7 @@ If this is your first time, please make sure to review CONTRIBUTING.md. ## Summary