Compare commits

..

1 Commits

Author SHA1 Message Date
fe493c517c fix(deps): update all dependencies 2025-12-09 01:44:28 +00:00

View File

@@ -33,7 +33,7 @@ jobs:
# See https://github.com/actions/cache/blob/master/examples.md#go---modules # See https://github.com/actions/cache/blob/master/examples.md#go---modules
- name: Cache Go Modules - name: Cache Go Modules
uses: actions/cache@v5 uses: actions/cache@v4
with: with:
path: ~/go/pkg/mod path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}