Skip to content

Commit f01915a

Browse files
haoqing0110claude
andauthored
Upgrade to Go 1.25.0 (#1296)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Qing Hao <qhao@redhat.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 0fef2e5 commit f01915a

File tree

16 files changed

+30
-30
lines changed

16 files changed

+30
-30
lines changed

.github/workflows/cloudevents-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- release-*
1313

1414
env:
15-
GO_VERSION: '1.24'
15+
GO_VERSION: '1.25'
1616
GO_REQUIRED_MIN_VERSION: ''
1717

1818
permissions:

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- release-*
1616

1717
env:
18-
GO_VERSION: '1.24'
18+
GO_VERSION: '1.25'
1919
GO_REQUIRED_MIN_VERSION: ''
2020
USE_EXISTING_CLUSTER: false # set to true to use an existing kind cluster for debugging with act
2121

.github/workflows/post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
# Common versions
16-
GO_VERSION: '1.24'
16+
GO_VERSION: '1.25'
1717
GO_REQUIRED_MIN_VERSION: ''
1818

1919
permissions:

.github/workflows/pre.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- release-*
1414

1515
env:
16-
GO_VERSION: '1.24'
16+
GO_VERSION: '1.25'
1717
GO_REQUIRED_MIN_VERSION: ''
1818

1919
permissions:

.github/workflows/releaseimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*.*.*'
77
env:
88
# Common versions
9-
GO_VERSION: '1.24'
9+
GO_VERSION: '1.25'
1010
GO_REQUIRED_MIN_VERSION: ''
1111
GOPATH: '/home/runner/work/ocm/ocm/go'
1212
GITHUB_REF: ${{ github.ref }}

build/Dockerfile.addon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-bullseye AS builder
1+
FROM golang:1.25-bookworm AS builder
22
ARG OS=linux
33
ARG ARCH=amd64
44
WORKDIR /go/src/open-cluster-management.io/ocm

build/Dockerfile.placement

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-bullseye AS builder
1+
FROM golang:1.25-bookworm AS builder
22
ARG OS=linux
33
ARG ARCH=amd64
44
WORKDIR /go/src/open-cluster-management.io/ocm

build/Dockerfile.registration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-bullseye AS builder
1+
FROM golang:1.25-bookworm AS builder
22
ARG OS=linux
33
ARG ARCH=amd64
44
WORKDIR /go/src/open-cluster-management.io/ocm

build/Dockerfile.registration-operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-bullseye AS builder
1+
FROM golang:1.25-bookworm AS builder
22
ARG OS=linux
33
ARG ARCH=amd64
44
WORKDIR /go/src/open-cluster-management.io/ocm

build/Dockerfile.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-bullseye AS builder
1+
FROM golang:1.25-bookworm AS builder
22
ARG OS=linux
33
ARG ARCH=amd64
44
WORKDIR /go/src/open-cluster-management.io/ocm

0 commit comments

Comments
 (0)