From f81f51863b9685fd281a487f3842248fe09b8519 Mon Sep 17 00:00:00 2001 From: Keegan Carruthers-Smith Date: Fri, 21 Nov 2025 13:41:50 +0200 Subject: [PATCH] chore(ci): use setup-go v6.1.0 They have just tagged a version which includes the changes we need. So we can switch away from the dev hash we pinned to a tagged release. Test Plan: CI --- .github/workflows/go-ci.yml | 2 +- .github/workflows/go-lint.yml | 2 +- .github/workflows/goreleaser-check.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- .github/workflows/scip.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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'