Skip to content

Commit

Permalink
Use go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Nov 23, 2018
1 parent 33c5537 commit 1ab540e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: go
go: 1.9
go: 1.11
install:
- make setup
script:
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-alpine as builder
FROM golang:1.11-alpine as builder
ARG GOOS=linux
WORKDIR /go/src/github.com/moncho/warpwallet/
COPY . .
Expand Down

0 comments on commit 1ab540e

Please sign in to comment.