From 1cf7d6cd8cb2a49c093b702e1e0a3938685f6145 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 2 May 2019 23:07:46 -0700 Subject: [PATCH] Build binaries with Go v1.11.7 * Document that release binaries and the container image binary will be built with Go v1.11.7 --- .travis.yml | 4 ++-- CHANGES.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index be3ad3d9..4f23d04d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: go: - "1.10.x" - "1.11.x" - - "1.11.5" + - "1.11.7" - "1.12.x" install: - go get golang.org/x/lint/golint @@ -17,6 +17,6 @@ deploy: skip_cleanup: true on: branch: master - go: '1.11.5' + go: '1.11.7' notifications: email: change diff --git a/CHANGES.md b/CHANGES.md index 73967c7b..ad3272e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ Notable changes between releases. * Transfer Matchbox from coreos to poseidon GitHub Org * Publish container images at [quay.io/poseidon/matchbox](https://quay.io/repository/poseidon/matchbox) -* Build Matchbox with Go v1.11.5 for images and binaries +* Build Matchbox with Go v1.11.7 for images and binaries * Update container image base from alpine:3.6 to alpine:3.9 * Render Container Linux Configs as Ignition v2.2.0 * Validate raw Ignition configs with the v2.2 spec (warn-only)