upgrade Go to 1.15

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2020-08-05 15:07:37 +09:00
parent dedadbf9ea
commit 4c71a68c6e
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A
3 changed files with 5 additions and 5 deletions

View File

@ -2,19 +2,19 @@ dist: bionic
language: go
os: linux
go:
- 1.15.x
- 1.14.x
- 1.13.x
- tip
cache:
directories:
- /home/travis/.vagrant.d/boxes
jobs:
include:
- go: 1.14.x
- go: 1.15.x
name: "verify-dependencies"
script:
- make verify-dependencies
- go: 1.13.x
- go: 1.15.x
name: "cgroup-systemd"
env:
- RUNC_USE_SYSTEMD=1

View File

@ -1,4 +1,4 @@
ARG GO_VERSION=1.13
ARG GO_VERSION=1.15
ARG BATS_VERSION=v1.2.0
ARG CRIU_VERSION=v3.14

View File

@ -15,7 +15,7 @@ Vagrant.configure("2") do |config|
set -e -u -o pipefail
# configuration
GO_VERSION="1.13.11"
GO_VERSION="1.15"
BATS_VERSION="v1.2.0"
# install yum packages