specify go sum path

This commit is contained in:
Zachary Rice 2024-10-29 08:57:30 -05:00
parent 4a2c6d5bea
commit b751b9ec31

View file

@ -19,6 +19,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
cache-dependency-path: hack/snifftest/go.sum
- uses: actions/checkout@v4
- name: Run Snifftest
run: make snifftest