Skip to content

Commit

Permalink
Bumping golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoj3 committed Oct 4, 2019
1 parent e106ca2 commit e753738
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
Expand Up @@ -5,7 +5,7 @@ language: go
matrix:
include:
- os: linux
go: "1.12.x"
go: "1.13.x"
sudo: true
cache:
directories:
Expand All @@ -14,7 +14,7 @@ matrix:
- $HOME/gopath/pkg/dep

- os: osx
go: "1.12.x"
go: "1.13.x"
cache:
directories:
- $HOME/Library/Caches/go-build
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.7-alpine3.10 as builder
FROM golang:1.13.1-alpine3.10 as builder

RUN adduser -D -g '' dirstalkuser
RUN apk add --update make git
Expand Down

0 comments on commit e753738

Please sign in to comment.