Skip to content

Commit b75b40c

Browse files
authored
🌱 chore: upgrade to go 1.26 (#558)
Upgrades Go version from 1.25 to 1.26. Changes: - go.mod — go directive updated to 1.26.0 - .github/workflows/tests.yaml — GO_VERSION updated to 1.26 - .github/workflows/release.yaml — GO_VERSION updated to 1.26 - .github/workflows/ocm.yml — GO_VERSION updated to 1.26 Relates to: open-cluster-management-io/ocm#1555 Signed-off-by: Tesshu Flower <tflower@redhat.com>
1 parent a9e13c0 commit b75b40c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.25'
8+
GO_VERSION: '1.26'
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.25"
12+
GO_VERSION: "1.26"
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.25'
12+
GO_VERSION: '1.26'
1313

1414
jobs:
1515
verify:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module open-cluster-management.io/clusteradm
22

3-
go 1.25.0
3+
go 1.26.0
44

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

0 commit comments

Comments
 (0)