diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f91a00e..ecc696a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Cache go module - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}