/.github/workflows/cd-release.yaml: build with go 1.15

This commit is contained in:
Dustin Brown
2021-02-19 15:05:51 -08:00
parent 5e9aa9b2cc
commit bac319df64

View File

@@ -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