Update to Go 1.22
This commit is contained in:
parent
431f540b42
commit
22d61691f1
|
|
@ -1,5 +1,5 @@
|
||||||
module MeltScript
|
module MeltScript
|
||||||
|
|
||||||
go 1.21.3
|
go 1.22.0
|
||||||
|
|
||||||
require github.com/TwiN/go-color v1.4.1
|
require github.com/TwiN/go-color v1.4.1
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
module MercurySync
|
module MercurySync
|
||||||
|
|
||||||
go 1.21.3
|
go 1.22.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/TwiN/go-color v1.4.1
|
github.com/TwiN/go-color v1.4.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue