Skip to content

Commit

Permalink
Add support to Go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Aug 25, 2020
1 parent 86f7c65 commit 13dfa6c
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 @@ -5,6 +5,7 @@ os:
- osx

go:
- 1.15.x
- 1.14.x
- 1.13.x
- 1.12.x
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### BUILDER ###
###############

FROM golang:1.14-alpine3.12 as builder
FROM golang:1.15-alpine3.12 as builder

RUN apk add git build-base

Expand Down

0 comments on commit 13dfa6c

Please sign in to comment.