diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7211e2a..eb642e3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 # Ensures full history, including tags - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: 'go.mod' cache: true