diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 870107e..03233ed 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,6 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: + cache-dependency-path: './go.sum' go-version-file: './go.mod' - name: Build