Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
bump go version and rkt version in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rad committed Aug 18, 2017
1 parent c2f4034 commit 56ee817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: required
dist: trusty

go:
- 1.6
- 1.8

install:
- sudo rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis-install-rkt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -x
set -e

version="v1.25.0"
version="v1.28.0"
filename="rkt-${version}.tar.gz"
url="https://github.com/rkt/rkt/releases/download/${version}/${filename}"

Expand Down

0 comments on commit 56ee817

Please sign in to comment.