Skip to content

Commit 82396fa

Browse files
committed
pin latest version of setup-go
This isn't a tagged release yet, but supports a feature we want that will be released soon. I am monitoring the upstream issue for when we can switch back to tags.
1 parent 1f1f1ba commit 82396fa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/go-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919
- name: Set up Go
20-
uses: actions/setup-go@v6
20+
uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f
2121
with:
2222
go-version-file: '.tool-versions'
2323
- name: (Windows) Enable pulling Go modules from private sourcegraph/sourcegraph

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
- name: Set up Go
17-
uses: actions/setup-go@v6
17+
uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f
1818
with:
1919
go-version-file: '.tool-versions'
2020
- name: Enable pulling Go modules from private sourcegraph/sourcegraph

.github/workflows/goreleaser-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Go
20-
uses: actions/setup-go@v6
20+
uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f
2121
with:
2222
go-version-file: '.tool-versions'
2323
- name: Enable pulling Go modules from private sourcegraph/sourcegraph

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
with:
180180
fetch-depth: 0
181181
- name: Set up Go
182-
uses: actions/setup-go@v6
182+
uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f
183183
with:
184184
go-version-file: '.tool-versions'
185185
- name: Enable pulling Go modules from private sourcegraph/sourcegraph

.github/workflows/pr-auditor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
repository: 'sourcegraph/devx-service'
1515
token: ${{ secrets.PR_AUDITOR_TOKEN }}
16-
- uses: actions/setup-go@v6
16+
- uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f
1717
with: { go-version-file: '.tool-versions' }
1818

1919
- run: 'go run ./cmd/pr-auditor'

.github/workflows/scip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Go
15-
uses: actions/setup-go@v6
15+
uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f
1616
with:
1717
go-version-file: '.tool-versions'
1818

0 commit comments

Comments
 (0)