mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-go
synced 2026-04-01 08:33:18 +08:00
Fix versions check failure (#479)
* Update to latest Go versions * Updated versions * Update test data * Update test data
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module example.com/mymodule
|
||||
|
||||
go 1.14
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
example.com/othermodule v1.2.3
|
||||
|
||||
Reference in New Issue
Block a user