Skip to content

Commit

Permalink
Update golang to 1.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
  • Loading branch information
seemethere committed Apr 2, 2018
1 parent b47a1ed commit 7a10e91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: go
go:
- 1.10.x
- 1.9.x
- master
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.9.2-alpine as build
FROM golang:1.10.1-alpine as build

RUN apk --update add make

Expand Down
2 changes: 1 addition & 1 deletion docker.Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GOLANG_IMAGE=golang:1.9
GOLANG_IMAGE=golang:1.10.1
WORKDIR=/go/src/github.com/seemethere/unir
DOCKER_RUN=docker run --rm -i -v "$(CURDIR)":$(WORKDIR) -w $(WORKDIR)

Expand Down

0 comments on commit 7a10e91

Please sign in to comment.