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
2 changed files with 3 additions and 4 deletions
+2 -3
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:
+1 -1
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 \