Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Loading