Skip to content

Commit

Permalink
Merge pull request #13 from seemethere/update_golang
Browse files Browse the repository at this point in the history
  • Loading branch information
unir[bot] authored Apr 2, 2018
2 parents ffa65b7 + 847dcd1 commit fc2a7e1
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 fc2a7e1

Please sign in to comment.