diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 6e50efa04..4b76331d6 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 1 - name: 'Set up Go' - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: go-version-file: 'go.work' check-latest: true @@ -37,7 +37,7 @@ jobs: fetch-depth: 1 - name: 'Set up Go' - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 with: go-version-file: 'go.work' check-latest: true