Skip to content

Commit 9c2d6c9

Browse files
Merge pull request #1230 from JianLi-RH/update_golang_version_to_1.24
NO-ISSUE: Update golang version to 1.24 in go.mod
2 parents 9de00ba + 854cf2c commit 9c2d6c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/openshift/cluster-version-operator
22

3-
go 1.23.0
4-
5-
toolchain go1.23.6
3+
go 1.24.0
64

75
require (
86
github.com/blang/semver/v4 v4.0.0

0 commit comments

Comments
 (0)