Skip to content

Commit

Permalink
Merge pull request #65 from sensiblecodeio/go-1.13.4
Browse files Browse the repository at this point in the history
Build and test with Go 1.13.4
  • Loading branch information
StevenMaude committed Nov 7, 2019
2 parents ad32953 + 0449616 commit 7f0664c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: go

go:
- "1.12.10"
- "1.13.4"

install:
- go get -v .
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.12.10-alpine
FROM golang:1.13.4-alpine

RUN apk add git

Expand Down

0 comments on commit 7f0664c

Please sign in to comment.