Fix cache action
All checks were successful
Run go tests / test (push) Successful in 55s

This commit is contained in:
Torjus Håkestad 2023-12-05 22:41:57 +01:00
parent cd209a3c74
commit 7fe24673ed

View File

@ -31,6 +31,12 @@ jobs:
- name: Cache go
uses: actions/cache@v3
id: cache-go
with:
path: |
/go_path
/go_cache
key: cache-go-${{ steps.hash-go.outputs.hash }}
- name: Go mod download
run: go mod download