grim/convey

Update the golang images to 1.10

2018-02-18, Gary Kramlich
4abdbf677e04
Parents 6ad94c3a0bfa
Children ad96c0ecad0e
Update the golang images to 1.10
--- a/ChangeLog Sun Feb 18 22:12:14 2018 -0600
+++ b/ChangeLog Sun Feb 18 22:12:34 2018 -0600
@@ -20,6 +20,7 @@
* Fixed an issue where relative import paths wouldn't work right if the
convey.yml is in another directory. Fixed #176
* Split the docs up to make them easier to maintain. Fixed #177
+ * Update the golang images to golang-1.10
0.13.1: 20180114
* Write warning, error, and fatal log messages to stderr. Fixed #156
--- a/images/go-build-alpine/Dockerfile Sun Feb 18 22:12:14 2018 -0600
+++ b/images/go-build-alpine/Dockerfile Sun Feb 18 22:12:34 2018 -0600
@@ -1,4 +1,4 @@
-FROM golang:1.9-alpine
+FROM golang:1.10-alpine
COPY run.sh /
--- a/images/go-build/Dockerfile Sun Feb 18 22:12:14 2018 -0600
+++ b/images/go-build/Dockerfile Sun Feb 18 22:12:34 2018 -0600
@@ -1,4 +1,4 @@
-FROM golang:1.9-stretch
+FROM golang:1.10-stretch
COPY run.sh /
--- a/images/go-test/Dockerfile Sun Feb 18 22:12:14 2018 -0600
+++ b/images/go-test/Dockerfile Sun Feb 18 22:12:34 2018 -0600
@@ -1,4 +1,4 @@
-FROM golang:1.9-stretch
+FROM golang:1.10-stretch
COPY run.sh /
--- a/images/go-vet/Dockerfile Sun Feb 18 22:12:14 2018 -0600
+++ b/images/go-vet/Dockerfile Sun Feb 18 22:12:34 2018 -0600
@@ -1,4 +1,4 @@
-FROM golang:1.9-stretch
+FROM golang:1.10-stretch
COPY run.sh /