diff --git a/.github/workflows/golang.yml b/.github/workflows/golang.yml index 9b8b619..08135a6 100644 --- a/.github/workflows/golang.yml +++ b/.github/workflows/golang.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v3 - name: Cache Go modules - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 id: go-mod-cache with: path: ~/go/pkg/mod