diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index bd79703fe1..fb98987d81 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f + uses: actions/setup-go@v6.1.0 with: go-version-file: '.tool-versions' - name: (Windows) Enable pulling Go modules from private sourcegraph/sourcegraph diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 4fe3c4fca4..dcc6585884 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f + uses: actions/setup-go@v6.1.0 with: go-version-file: '.tool-versions' - name: Enable pulling Go modules from private sourcegraph/sourcegraph diff --git a/.github/workflows/goreleaser-check.yml b/.github/workflows/goreleaser-check.yml index 43209622cd..a3528f7848 100644 --- a/.github/workflows/goreleaser-check.yml +++ b/.github/workflows/goreleaser-check.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f + uses: actions/setup-go@v6.1.0 with: go-version-file: '.tool-versions' - name: Enable pulling Go modules from private sourcegraph/sourcegraph diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 588d5e9d90..457180aae6 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -179,7 +179,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f + uses: actions/setup-go@v6.1.0 with: go-version-file: '.tool-versions' - name: Enable pulling Go modules from private sourcegraph/sourcegraph diff --git a/.github/workflows/scip.yml b/.github/workflows/scip.yml index 2d380ae660..99982a511a 100644 --- a/.github/workflows/scip.yml +++ b/.github/workflows/scip.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f + uses: actions/setup-go@v6.1.0 with: go-version-file: '.tool-versions'