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 43cb53c commit df6866eCopy full SHA for df6866e
.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@v1
+ - uses: actions/cache@v4
17
18
path: ~/go/pkg/mod
19
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments