Skip to content

Commit

Permalink
Merge pull request #28 from itsdalmo/bump-go-version
Browse files Browse the repository at this point in the history
Bump Go version to 1.13
  • Loading branch information
Kristian authored Dec 8, 2019
2 parents 405423c + c467775 commit a13cc52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ env:
matrix:
include:
- os: osx
go: 1.11.x
go: 1.13.x
env:
- TARGET=darwin
- ARCH=amd64
- os: linux
go: 1.11.x
go: 1.13.x
env:
- TARGET=linux
- ARCH=amd64
- os: linux
go: 1.11.x
go: 1.13.x
env:
- TARGET=windows
- ARCH=amd64
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.11 as builder
FROM golang:1.13 as builder

ADD . /go/src/github.com/itsdalmo/ssm-sh
WORKDIR /go/src/github.com/itsdalmo/ssm-sh
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ require (
golang.org/x/sys v0.0.0-20181031143558-9b800f95dbbc // indirect
golang.org/x/text v0.3.0 // indirect
)

go 1.13

0 comments on commit a13cc52

Please sign in to comment.