Skip to content

Commit

Permalink
[YUNIKORN-1694] Bump go version in go.mod to 1.20 (#91)
Browse files Browse the repository at this point in the history
Closes: #91

Signed-off-by: Craig Condit <[email protected]>
  • Loading branch information
Huang-Wei authored and craigcondit committed Apr 19, 2023
1 parent f59a9f4 commit 05fc7e8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

module github.com/apache/yunikorn-scheduler-interface

go 1.15
go 1.20

require (
github.com/golang/protobuf v1.2.0
Expand All @@ -28,6 +28,12 @@ require (
google.golang.org/protobuf v1.26.0-rc.1
)

require (
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
)

replace (
github.com/golang/protobuf => github.com/golang/protobuf v1.2.0
golang.org/x/crypto => golang.org/x/crypto v0.7.0
Expand Down

0 comments on commit 05fc7e8

Please sign in to comment.