VictoriaMetrics/.github/workflows
Aliaksandr Valialkin 0b2726c3be all: use go install instead of go get for installing auxiliary tools
This is a preparation for Go 1.16, which deprecates `go get` for installing binaries.
See https://tip.golang.org/doc/go1.16#go-command :

  go install, with or without a version suffix (as described above), is now the recommended way
  to build and install packages in module mode. go get should be used with the -d flag to adjust
  the current module's dependencies without building packages, and use of go get to build and install
  packages is deprecated. In a future release, the -d flag will always be enabled.
2020-12-14 20:07:50 +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 all: use go install instead of go get for installing auxiliary tools 2020-12-14 20:07:50 +02:00
wiki.yml .github/workflows/wiki.yml: fix copying files from docs to wiki 2020-03-30 15:59:12 +03:00