From 23d5fc82ee01d56440d0991c899acd31e9b63e27 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Thu, 14 Jun 2018 15:50:25 -0600 Subject: [PATCH] Update to Go 1.9.7 and Go 1.10.3 for Travis CI, Docker and Snap --- .travis.yml | 4 ++-- Dockerfile | 2 +- snapcraft.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b5328e33..b0452820 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ dist: trusty git: depth: false go: - - 1.9.5 - - "1.10.1" + - 1.9.7 + - "1.10.3" - tip os: - linux diff --git a/Dockerfile b/Dockerfile index 1086f4f9..919b0223 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Twitter: https://twitter.com/gohugoio # Website: https://gohugo.io/ -FROM golang:1.10.0-alpine3.7 AS build +FROM golang:1.10.3-alpine3.7 AS build ENV CGO_ENABLED=0 ENV GOOS=linux diff --git a/snapcraft.yaml b/snapcraft.yaml index 787fbd4e..4ac3f74b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -43,4 +43,4 @@ parts: mv hugo-completion $SNAPCRAFT_PART_INSTALL/hugo-completion after: [go] go: - source-tag: go1.10.1 + source-tag: go1.10.3 -- 2.30.2