Add a job with go-version-file

This commit is contained in:
jojo43 2022-05-03 14:07:34 +09:00
parent 676a55b643
commit 0cd474d058
2 changed files with 28 additions and 0 deletions

12
__tests__/data/go.mod Normal file
View file

@ -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