Skip to content

Commit 36c6851

Browse files
committed
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.
1 parent 834d2e4 commit 36c6851

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
macos:
88
xcode: "10.0.0"
99
environment:
10-
GOVERSION: "1.12.8"
10+
GOVERSION: "1.13.4"
1111

1212
## Build crc
1313
steps:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.12.8
4+
- 1.13.4
55

66
script:
77
- make

centos_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# bundle location
44
BUNDLE_VERSION=4.4.3
55
BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle
6-
GO_VERSION=1.12.13
6+
GO_VERSION=1.13.4
77

88
# Output command before executing
99
set -x

0 commit comments

Comments
 (0)