Skip to content

Commit

Permalink
Merge pull request #2028 from thaJeztah/bump_golang_versions
Browse files Browse the repository at this point in the history
Update to Go 1.12 and drop obsolete versions
  • Loading branch information
Mrunal Patel committed Sep 5, 2019
2 parents 92ac8e3 + e7831f2 commit 0fd4342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
dist: xenial
language: go
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- tip

matrix:
include:
- go: 1.11.x
- go: 1.12.x
env:
- RUNC_USE_SYSTEMD=1
script:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10-stretch
FROM golang:1.12-stretch

RUN dpkg --add-architecture armel \
&& dpkg --add-architecture armhf \
Expand Down

0 comments on commit 0fd4342

Please sign in to comment.