Skip to content

Commit

Permalink
Update go version for ci from 1.12.x to 1.13.x
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
praveenkumar committed May 5, 2020
1 parent 834d2e4 commit 36c6851
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
macos:
xcode: "10.0.0"
environment:
GOVERSION: "1.12.8"
GOVERSION: "1.13.4"

## Build crc
steps:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: go

go:
- 1.12.8
- 1.13.4

script:
- make
Expand Down
2 changes: 1 addition & 1 deletion centos_ci.sh
Expand Up @@ -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
Expand Down

0 comments on commit 36c6851

Please sign in to comment.