Check that go.mod exists in reading the version (#173)
Add additional tests in github actions Support working directory for reading the version from go.mod
This commit is contained in:
5
sample-go-mod/go.mod
Normal file
5
sample-go-mod/go.mod
Normal file
@@ -0,0 +1,5 @@
|
||||
module sample
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/golangci/golangci-lint v1.37.1
|
Reference in New Issue
Block a user