Skip to content

Commit

Permalink
Fix: upgrading Go in go.mod to 1.20 (#4911)
Browse files Browse the repository at this point in the history
Signed-off-by: matttrach <matttrach@gmail.com>
  • Loading branch information
matttrach committed Oct 19, 2023
1 parent 209b02e commit 13bc384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rancher/rke2

go 1.19
go 1.20

replace (
github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.11.1
Expand Down

0 comments on commit 13bc384

Please sign in to comment.