mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
ci: update Go version for sg binary releases (#56963)
This commit is contained in:
parent
610af550e1
commit
2f6b83f774
2
.github/workflows/sg-binary-release.yml
vendored
2
.github/workflows/sg-binary-release.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: 1.20.8
|
||||
|
||||
- name: Build and upload macOS
|
||||
if: startsWith(matrix.os, 'macos-') == true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user