Skip to content

Commit 10d1e1c

Browse files
authored
chore(ci): use setup-go v6.1.0 (#1203)
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
1 parent 7cb402a commit 10d1e1c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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@faf52423ec0d44c58f68e83b614bfcd99dded66f
20+
uses: actions/setup-go@v6.1.0
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@faf52423ec0d44c58f68e83b614bfcd99dded66f
17+
uses: actions/setup-go@v6.1.0
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@faf52423ec0d44c58f68e83b614bfcd99dded66f
20+
uses: actions/setup-go@v6.1.0
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@faf52423ec0d44c58f68e83b614bfcd99dded66f
182+
uses: actions/setup-go@v6.1.0
183183
with:
184184
go-version-file: '.tool-versions'
185185
- name: Enable pulling Go modules from private sourcegraph/sourcegraph

.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@faf52423ec0d44c58f68e83b614bfcd99dded66f
15+
uses: actions/setup-go@v6.1.0
1616
with:
1717
go-version-file: '.tool-versions'
1818

0 commit comments

Comments
 (0)