Update to Go 1.12 and drop obsolete versions

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-03-28 13:36:09 +01:00
parent 029124da7a
commit e7831f2abb
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 3 additions and 4 deletions

View File

@ -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:

View File

@ -1,4 +1,4 @@
FROM golang:1.10-stretch
FROM golang:1.12-stretch
RUN dpkg --add-architecture armel \
&& dpkg --add-architecture armhf \