From 36c68514c088fcf027a4667003c0c7bc14828b63 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Tue, 5 May 2020 13:40:24 +0530 Subject: [PATCH] Update go version for ci from 1.12.x to 1.13.x RHEL-8 which is used to build the release bits of crc have 1.13.4 version of golang and currently our CI is using the older major version. --- .circleci/config.yml | 2 +- .travis.yml | 2 +- centos_ci.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 05bcbaf7ea..7d766aef7e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: macos: xcode: "10.0.0" environment: - GOVERSION: "1.12.8" + GOVERSION: "1.13.4" ## Build crc steps: diff --git a/.travis.yml b/.travis.yml index bb3f2e8628..69837ca9bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: -- 1.12.8 +- 1.13.4 script: - make diff --git a/centos_ci.sh b/centos_ci.sh index 95405d9c9f..84686055dc 100644 --- a/centos_ci.sh +++ b/centos_ci.sh @@ -3,7 +3,7 @@ # bundle location BUNDLE_VERSION=4.4.3 BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle -GO_VERSION=1.12.13 +GO_VERSION=1.13.4 # Output command before executing set -x