diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 507eb3af..e5ba87ef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: # Cache Go modules - name: Cache Go modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/go-build