Skip to content

Commit

Permalink
Updating to golang 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Souza committed Mar 16, 2017
1 parent 0df27d2 commit 5372d7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.7.3
- 1.8

sudo: false

Expand Down
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM golang:1.6.2-alpine
FROM golang:1.8-alpine

MAINTAINER TFG Co <backend@tfgco.com>

RUN apk update
RUN apk add git bash
RUN apk add --no-cache git bash

RUN go get -u github.com/Masterminds/glide/...

Expand Down

0 comments on commit 5372d7e

Please sign in to comment.