Skip to content

Commit b8dfca0

Browse files
authored
Merge pull request #67 from kcp-dev/go-1.24
bump to Go 1.24.3
2 parents 2a63885 + 708805f commit b8dfca0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/docs-gen-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
3636
with:
37-
go-version: v1.23.7
37+
go-version: v1.24.3
3838
cache: true
3939

4040
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 #tag=v5.5.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
2929
with:
30-
go-version: v1.23.7
30+
go-version: v1.24.3
3131
cache: true
3232

3333
- name: Delete non-semver tags

.prow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ presubmits:
2121
preset-goproxy: "true"
2222
spec:
2323
containers:
24-
- image: ghcr.io/kcp-dev/infra/build:1.23.7-2
24+
- image: ghcr.io/kcp-dev/infra/build:1.24.3-1
2525
command:
2626
- hack/ci/verify.sh
2727
resources:
@@ -37,7 +37,7 @@ presubmits:
3737
preset-goproxy: "true"
3838
spec:
3939
containers:
40-
- image: ghcr.io/kcp-dev/infra/build:1.23.7-2
40+
- image: ghcr.io/kcp-dev/infra/build:1.24.3-1
4141
command:
4242
- make
4343
- lint
@@ -76,7 +76,7 @@ presubmits:
7676
preset-goproxy: "true"
7777
spec:
7878
containers:
79-
- image: ghcr.io/kcp-dev/infra/build:1.23.7-2
79+
- image: ghcr.io/kcp-dev/infra/build:1.24.3-1
8080
command:
8181
- make
8282
- test
@@ -96,7 +96,7 @@ presubmits:
9696
preset-goproxy: "true"
9797
spec:
9898
containers:
99-
- image: ghcr.io/kcp-dev/infra/build:1.23.7-2
99+
- image: ghcr.io/kcp-dev/infra/build:1.24.3-1
100100
command:
101101
- hack/ci/run-e2e-tests.sh
102102
resources:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5 AS builder
15+
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.3 AS builder
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818

0 commit comments

Comments
 (0)