pin crdb version in unit tests

This commit is contained in:
Livio Spring
2025-03-04 16:23:43 +01:00
parent 7fbfa698de
commit b9062e43c7

View File

@@ -57,7 +57,7 @@ jobs:
go_version: "1.22"
core_cache_key: ${{ needs.core.outputs.cache_key }}
core_cache_path: ${{ needs.core.outputs.cache_path }}
crdb_version: "24.2.4"
crdb_version: "v24.2.4"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}