Skip to content

Commit

Permalink
Bring Go to 1.11 (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
  • Loading branch information
gliptak authored and raphink committed Dec 4, 2018
1 parent 54aa4f2 commit dee6c4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: go
go:
- 1.9
- "1.11"
go_import_path: github.com/camptocamp/terraboard
install:
- go get -u github.com/golang/dep/cmd/dep
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.9 as builder
FROM golang:1.11 as builder
WORKDIR /go/src/github.com/camptocamp/terraboard
COPY . .
RUN go get -u github.com/golang/dep/cmd/dep && dep ensure
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
@@ -1,4 +1,4 @@
FROM golang:1.9
FROM golang:1.11
WORKDIR /go/src/github.com/camptocamp/terraboard
COPY . .
RUN go get -u github.com/golang/dep/cmd/dep && dep ensure
Expand Down

0 comments on commit dee6c4d

Please sign in to comment.