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 ccee583 commit a093a76Copy full SHA for a093a76
.github/workflows/ci.yaml
@@ -13,12 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
- - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
17
- with:
18
- path: ~/go/pkg/mod
19
- key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
20
- restore-keys: |
21
- ${{ runner.os }}-go-
22
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
23
with:
24
go-version-file: go.mod
0 commit comments