Skip to content

Commit 647dc01

Browse files
committed
Upgrade golang to 1.24
Signed-off-by: zhujian <[email protected]>
1 parent c7bec85 commit 647dc01

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ocm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
repository_dispatch:
66
types: [ocm_changes]
77
env:
8-
GO_VERSION: '1.23'
8+
GO_VERSION: '1.24'
99

1010
jobs:
1111
e2e-test:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
name: Create Release
1010

1111
env:
12-
GO_VERSION: "1.23"
12+
GO_VERSION: "1.24"
1313

1414
jobs:
1515
build:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: [ main, release-* ]
1010

1111
env:
12-
GO_VERSION: '1.23'
12+
GO_VERSION: '1.24'
1313

1414
jobs:
1515
verify:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Download the latest binary from [GitHub Releases](https://github.com/open-cluste
4646

4747
#### From source:
4848

49-
Go 1.23+ is required to build from source.
49+
Go 1.24+ is required to build from source.
5050

5151
```bash
5252
git clone https://github.com/open-cluster-management-io/clusteradm.git

0 commit comments

Comments
 (0)