mirror of
https://github.com/actions/setup-go.git
synced 2026-04-22 17:35:32 +03:00
Add go-version-file option (#62)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
module example.com/mymodule
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
example.com/othermodule v1.2.3
|
||||
example.com/thismodule v1.2.3
|
||||
example.com/thatmodule v1.2.3
|
||||
)
|
||||
|
||||
replace example.com/thatmodule => ../thatmodule
|
||||
exclude example.com/thismodule v1.3.0
|
||||
Reference in New Issue
Block a user