Merge pull request #1202 from justincormack/go-up

Update to Go 1.8
This commit is contained in:
Riyaz Faizullabhoy
2017-02-17 09:19:53 -08:00
committed by GitHub
11 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.7-alpine3.5
FROM golang:1.8-alpine
RUN apk update && apk add --no-cache build-base git
RUN go get -u github.com/golang/lint/golint

View File

@@ -1,6 +1,6 @@
.PHONY: tag push
BASE=golang:1.7-alpine3.5
BASE=golang:1.8-alpine
IMAGE=go-compile
default: push

View File

@@ -1,4 +1,4 @@
FROM golang:1.7-alpine
FROM golang:1.8-alpine
RUN \
apk update && apk upgrade && \

View File

@@ -1,6 +1,6 @@
.PHONY: tag push
BASE=golang:1.7-alpine
BASE=golang:1.8-alpine
IMAGE=riddler
default: push