Skip to content

Commit c36fb36

Browse files
committed
fix golang older version
1 parent 2af15e3 commit c36fb36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/uyuni-project/uyuni-tools
22

3-
go 1.23
3+
go 1.21
44

55
require (
66
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
@@ -50,7 +50,7 @@ require (
5050
github.com/spf13/pflag v1.0.5
5151
github.com/spf13/viper v1.7.0
5252
github.com/subosito/gotenv v1.2.0 // indirect
53-
golang.org/x/sys v0.18.0 // indirect
53+
golang.org/x/sys v0.18.0
5454
golang.org/x/term v0.18.0
5555
golang.org/x/text v0.14.0 // indirect
5656
gopkg.in/ini.v1 v1.51.0 // indirect

0 commit comments

Comments
 (0)