build: fix cache key for saving IANA files

This commit is contained in:
Vincent Bernat
2025-08-21 11:11:51 +02:00
parent 8552b6dd57
commit 04cec32cee

View File

@@ -239,7 +239,7 @@ jobs:
path: | path: |
orchestrator/clickhouse/data/udp.csv orchestrator/clickhouse/data/udp.csv
orchestrator/clickhouse/data/tcp.csv orchestrator/clickhouse/data/tcp.csv
key: ${{ steps.step.outputs.iana-cache-key }}-${{ matrix.go-version }} key: ${{ steps.setup.outputs.iana-cache-key }}-${{ matrix.go-version }}
- name: Tests - name: Tests
run: make test run: make test