Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from heetch/ci/go1.11
Browse files Browse the repository at this point in the history
Building and testing using Go 1.11
  • Loading branch information
asdine authored Sep 10, 2018
2 parents f271f67 + 7db1e9b commit 2b2d9ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ install: dep ensure

go:
- 1.9
- "1.10"
- '1.10'
- '1.11'
- tip

script:
Expand All @@ -28,4 +29,4 @@ deploy:
script: .ci/docker.sh
on:
tags: true
go: "1.10"
go: '1.11'
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10-alpine as builder
FROM golang:1.11-alpine as builder

ADD https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 /usr/bin/dep
RUN chmod +x /usr/bin/dep
Expand Down

0 comments on commit 2b2d9ba

Please sign in to comment.