deployment: bump release go to v1.15.x (#1439)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2020-09-22 07:41:42 -07:00 committed by GitHub
parent 54d37e62e8
commit a1ba04d231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,9 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v1
uses: setup-go@v2
with:
go-version: 1.14.x
go-version: 1.15.x
- name: Set up Docker
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes