diff --git a/.github/workflows/golang.yml b/.github/workflows/golang.yml index 40c738f..c355454 100644 --- a/.github/workflows/golang.yml +++ b/.github/workflows/golang.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Go modules - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 id: go-mod-cache with: path: ~/go/pkg/mod