VictoriaMetrics/.github/workflows
Aliaksandr Valialkin b9913e151a .github/workflows/main.yml: fall back to go get instead of go install for installing aux tools
It is unclear why `go install` doesn't work in Github Actions. Needs additional investigation.
The following error is returned now:

cannot find package "golang.org/x/lint/golint" in any of:
	/opt/hostedtoolcache/go/1.15.5/x64/src/golang.org/x/lint/golint (from $GOROOT)
	/home/runner/go/src/golang.org/x/lint/golint (from $GOPATH)
2020-12-15 14:17:52 +02:00
..
github-pages.yml .github/workflows: copy all the files from docs folder to wiki and github pages 2020-03-30 15:05:37 +03:00
main.yml .github/workflows/main.yml: fall back to go get instead of go install for installing aux tools 2020-12-15 14:17:52 +02:00
wiki.yml .github/workflows/wiki.yml: fix copying files from docs to wiki 2020-03-30 15:59:12 +03:00