diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8523868..070a7f2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,7 @@ jobs: go-version: [1.13, 1.14, 1.15, 1.16, 1.17] steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.2 + - uses: actions/cache@v3.0.3 with: path: | ~/.cache/go-build