Make workflow require Go 1.12, not Go 1.11

This commit is contained in:
Cody Soyland 2019-03-22 17:20:08 -05:00
parent 38af019113
commit 3096202980

View file

@ -138,11 +138,11 @@ workflows:
- prerelease:
requires:
- linter
- test-golang-1.11
- test-golang-1.12
- release:
requires:
- linter
- test-golang-1.11
- test-golang-1.12
filters:
tags:
only: /^v.*/
@ -154,4 +154,4 @@ workflows:
- dockerhub-upload:
requires:
- linter
- test-golang-1.11
- test-golang-1.12