From 3096202980fb66ab370fb62001daa196360096f4 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Fri, 22 Mar 2019 17:20:08 -0500 Subject: [PATCH] Make workflow require Go 1.12, not Go 1.11 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3ceebeb05..c696d5691 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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