Skip to content

Commit 5c58430

Browse files
authored
chore: upgrade to go 1.26 (#228)
Updates go.mod and GitHub Actions workflow to use Go 1.26. Relates to: open-cluster-management-io/ocm#1555 Signed-off-by: Tesshu Flower <tflower@redhat.com>
1 parent 3ea63fb commit 5c58430

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.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.25'
16+
GO_VERSION: '1.26'
1717
GO_REQUIRED_MIN_VERSION: ''
1818
defaults:
1919
run:

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/sdk-go
22

3-
go 1.25.0
3+
go 1.26.0
44

55
require (
66
cloud.google.com/go/pubsub/v2 v2.3.0

0 commit comments

Comments
 (0)