We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12b8d7 commit 5bc0127Copy full SHA for 5bc0127
.github/workflows/tests.yml
@@ -47,6 +47,11 @@ jobs:
47
with:
48
go-version: ${{ matrix.go-version }}
49
cache-dependency-path: "**/go.sum"
50
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
51
+ with:
52
+ path: ~/.cache/go-build
53
+ key: ${{ runner.os }}-gobuild-${{ hashFiles('**/go.sum') }}
54
+ restore-keys: ${{ runner.os }}-gobuild-
55
56
- name: Run go test
57
run: |
0 commit comments