diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 451075e4..e1af3e23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,7 @@ jobs: path: | orchestrator/clickhouse/data/udp.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 run: make test