We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57127cf commit 41e13b4Copy full SHA for 41e13b4
.github/workflows/lint.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v3
26
27
- name: Cache Go modules
28
- uses: actions/cache@v3.0.2
+ uses: actions/cache@v3.3.1
29
with:
30
path: ~/go/pkg/mod
31
key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum') }}
.github/workflows/test.yml
0 commit comments