Skip to content

Commit 8a12996

Browse files
committed
Bump golang to 1.23
Signed-off-by: zhujian <[email protected]>
1 parent b50ec8d commit 8a12996

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ocm.yml

+1-1
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.22'
8+
GO_VERSION: '1.23'
99

1010
jobs:
1111
e2e-test:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
name: Create Release
1010

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

1414
jobs:
1515
build:

.github/workflows/tests.yaml

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

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

1414
jobs:
1515
verify:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module open-cluster-management.io/clusteradm
22

3-
go 1.22.6
3+
go 1.23
44

55
require (
66
github.com/briandowns/spinner v1.23.0

0 commit comments

Comments
 (0)