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