From aa7030a646d307a402ddabef2b83800034dd3916 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 17 Sep 2019 13:40:05 -0500 Subject: [PATCH] Update Go version in Circle dependencies --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 159ad545e..b29eb0f32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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