Merge pull request #2028 from thaJeztah/bump_golang_versions

Update to Go 1.12 and drop obsolete versions
This commit is contained in:
Mrunal Patel 2019-09-05 16:30:01 -07:00 committed by GitHub
commit 0fd4342a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \