We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64a6fe6 + be70dd8 commit 6357e19Copy full SHA for 6357e19
1 file changed
.github/workflows/linux.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v7
30
31
- name: Init Go modules Cache
32
- uses: actions/cache@v5
+ uses: actions/cache@v6
33
with:
34
path: ~/go/pkg/mod
35
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments