We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50ec8d commit 8a12996Copy full SHA for 8a12996
.github/workflows/ocm.yml
@@ -5,7 +5,7 @@ on:
5
repository_dispatch:
6
types: [ocm_changes]
7
env:
8
- GO_VERSION: '1.22'
+ GO_VERSION: '1.23'
9
10
jobs:
11
e2e-test:
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ on:
name: Create Release
12
- GO_VERSION: "1.22"
+ GO_VERSION: "1.23"
13
14
15
build:
.github/workflows/tests.yaml
branches: [ main, release-* ]
verify:
go.mod
@@ -1,6 +1,6 @@
1
module open-cluster-management.io/clusteradm
2
3
-go 1.22.6
+go 1.23
4
require (
github.com/briandowns/spinner v1.23.0
0 commit comments