diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f12d8f0d..b56f30e1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v2 - name: Cache Go modules - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/go key: ${{ runner.os }}-build-${{ hashFiles('go.mod') }}