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.
1 parent 4fc77e0 commit 76fa993Copy full SHA for 76fa993
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-go@v4
14
with:
15
go-version: 'stable'
16
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
17
18
path: ~/go/pkg/mod
19
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments