diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index a80916b..83095a2 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -23,7 +23,7 @@ jobs: with: go-version: '~1.24' - name: Initialize Go module cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -53,7 +53,7 @@ jobs: with: go-version: '~1.24' - name: Initialize Go module cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}