Fix versions check failure (#479)

* Update to latest Go versions

* Updated versions

* Update test data

* Update test data
This commit is contained in:
HarithaVattikuti
2024-05-10 11:25:20 -05:00
committed by GitHub
parent cdcb360436
commit 4ab57d7ea2
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
module example.com/mymodule
go 1.14
go 1.20
require (
example.com/othermodule v1.2.3