From 2a879aff1464d533b75d6defa6cd5ca5c76cec4c Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 30 Sep 2020 11:22:13 -0400 Subject: [PATCH] Update build tools to latest supported versions --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db8013bd3..3990953fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,11 +7,11 @@ version: 2.1 executors: golang: docker: - - image: circleci/golang:1.13 + - image: circleci/golang:1.15 resource_class: medium+ darwin: macos: - xcode: "9.0" + xcode: "12.0.0" commands: install-go-run-tests-unix: @@ -67,7 +67,7 @@ jobs: steps: - install-go-run-tests-unix: GOOS: darwin - GOVERSION: "1.13" + GOVERSION: "1.15" - codecov/upload: file: coverage.txt test-windows: @@ -76,7 +76,7 @@ jobs: shell: bash.exe steps: - install-go-run-tests-windows: - GOVERSION: "1.13" + GOVERSION: "1.15" - codecov/upload: file: coverage.txt check-lint: