Skip to content

Commit

Permalink
upgrade Go to 1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Aug 12, 2020
1 parent dedadbf commit 4c71a68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c71a68

Please sign in to comment.