Update Go version in Circle dependencies

This commit is contained in:
Cody Soyland 2019-09-17 13:40:05 -05:00
parent 8e208569e8
commit aa7030a646

View file

@ -174,12 +174,12 @@ workflows:
requires:
- linter
- check-license-headers
- test-golang-1.12
- test-golang-1.13
- release:
requires:
- linter
- check-license-headers
- test-golang-1.12
- test-golang-1.13
filters:
tags:
only: /^v.*/
@ -192,4 +192,4 @@ workflows:
requires:
- linter
- check-license-headers
- test-golang-1.12
- test-golang-1.13