Sergey Vilgelm d9f0e73c04
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
2021-02-23 23:51:00 -06:00

8 lines
99 B
Go

// +build tools
package main
import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
)