From c68f41191032fc2b152a06f1b6f4407c0a43156d Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 6 Oct 2019 22:37:51 -0700 Subject: [PATCH] Update Go versions for build and test matrix * Build matchbox with Go v1.12.10 * Add go v1.13.x to the test matrix * Drop Go v1.10.x from the test matrix --- .travis.yml | 8 ++++---- CHANGES.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd8675fe2..a4ad00a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ sudo: required services: - docker go: - - "1.10.x" - "1.11.x" - - "1.11.7" - "1.12.x" + - "1.12.10" + - "1.13.x" install: - go get golang.org/x/lint/golint script: @@ -17,13 +17,13 @@ deploy: skip_cleanup: true on: branch: master - go: '1.11.7' + go: '1.12.10' - provider: script script: contrib/dnsmasq/travis-deploy skip_cleanup: true on: branch: dnsmasq # pick one, so travis deploys once - go: '1.10.x' + go: '1.11.x' notifications: email: change diff --git a/CHANGES.md b/CHANGES.md index 03da6145d..e5bd72af9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Notable changes between releases. * Add `get-fedora-coreos` script ([#763](https://github.com/poseidon/matchbox/pull/763)) * Update container image base from `alpine:3.9` to `alpine:3.10` ([#761](https://github.com/poseidon/matchbox/pull/761)) +* Build matchbox with Go v1.12.10 for images and binaries ([#766](https://github.com/poseidon/matchbox/pull/766)) * Remove Kubernetes provisioning examples ([#759](https://github.com/poseidon/matchbox/pull/759)) * Remove rkt tutorials and docs ([#765](https://github.com/poseidon/matchbox/pull/765))