VictoriaMetrics/.github
Aliaksandr Valialkin c160a49908
.github/workflows/main.yml: try improving caching for Go artifacts
The default caching for Go artifacts from actions/setup-go@v4 uses the hash of go.sum file
as a cache key - see https://github.com/actions/cache/blob/main/examples.md#go---modules .
This isn't enough for VictoriaMetrics case, since different makefile actions build different the Go artifacts,
which need to be cached. So embed the action name in the cache key.
2023-11-21 01:11:08 +02:00
..
ISSUE_TEMPLATE docs: use https://github.com/VictoriaMetrics/VictoriaMetrics/releases/latest instead of https://github.com/VictoriaMetrics/VictoriaMetrics/releases link where needed 2023-10-18 20:06:25 +02:00
workflows .github/workflows/main.yml: try improving caching for Go artifacts 2023-11-21 01:11:08 +02:00
dependabot.yml dependabot: return schedule field as it breaks validation on github side 2023-07-27 15:03:00 +02:00