mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
/.github/workflows/cd-release.yaml: build with go 1.15
This commit is contained in:
4
.github/workflows/cd-release.yaml
vendored
4
.github/workflows/cd-release.yaml
vendored
@@ -35,6 +35,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.15
|
||||
- name: Checkout release tag
|
||||
run: |
|
||||
git fetch --tags --all
|
||||
|
||||
Reference in New Issue
Block a user