Skip to content

Commit

Permalink
Build Burrow with Go 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bai committed May 30, 2018
1 parent fecab1e commit 041095e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.9.1
- 1.9.2
- 1.10.2
- master

env:
Expand All @@ -12,7 +12,7 @@ sudo: required

services:
- docker

before_install:
# Download the binary to bin folder in $GOPATH
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
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.10-alpine as builder

ENV DEP_VERSION="0.3.2"
RUN apk add --no-cache git curl && \
Expand Down

0 comments on commit 041095e

Please sign in to comment.