mirror of
https://github.com/actions/setup-go.git
synced 2025-06-27 23:43:43 +00:00
Fix versions check failure (#479)
* Update to latest Go versions * Updated versions * Update test data * Update test data
This commit is contained in:
parent
cdcb360436
commit
4ab57d7ea2
3 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
module example.com/mymodule
|
||||
|
||||
go 1.14
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
example.com/othermodule v1.2.3
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
go 1.19
|
||||
go 1.21
|
||||
|
||||
use .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue