VictoriaMetrics/.github/workflows
Aliaksandr Valialkin 3cb33196e6
.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:12:17 +02:00
..
check-licenses.yml deployment: update Go builder from Go1.21.3 to Go1.21.4 2023-11-13 09:40:08 +01:00
codeql-analysis-js.yml build(deps): bump actions/checkout from 3 to 4 (#4950) 2023-09-07 15:23:52 +02:00
codeql-analysis.yml .github/workflows/codeql-analysis.yml: remove check-latest and cache inputs for actions/setup-go 2023-11-21 01:12:00 +02:00
main.yml .github/workflows/main.yml: try improving caching for Go artifacts 2023-11-21 01:12:17 +02:00
sync-docs.yml gh action bump pagefind version to 1.0.4 2023-11-17 15:40:54 +01:00