VictoriaMetrics/.github/workflows
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
..
check-licenses.yml deployment: update Go builder from Go1.21.3 to Go1.21.4 2023-11-10 22:28:44 +01:00
codeql-analysis-js.yml build(deps): bump actions/checkout from 3 to 4 (#4950) 2023-09-07 13:07:56 +02:00
codeql-analysis.yml .github/workflows/codeql-analysis.yml: remove check-latest and cache inputs for actions/setup-go 2023-11-21 00:56:43 +02:00
main.yml .github/workflows/main.yml: try improving caching for Go artifacts 2023-11-21 01:11:08 +02:00
sync-docs.yml gh action bump pagefind version to 1.0.4 2023-11-17 14:26:17 +01:00
wiki.yml chore: Set permissions for GitHub actions 2022-04-17 17:04:04 +03:00