Skip to content

Commit a13cc52

Browse files
author
Kristian
authored
Merge pull request #28 from itsdalmo/bump-go-version
Bump Go version to 1.13
2 parents 405423c + c467775 commit a13cc52

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ env:
99
matrix:
1010
include:
1111
- os: osx
12-
go: 1.11.x
12+
go: 1.13.x
1313
env:
1414
- TARGET=darwin
1515
- ARCH=amd64
1616
- os: linux
17-
go: 1.11.x
17+
go: 1.13.x
1818
env:
1919
- TARGET=linux
2020
- ARCH=amd64
2121
- os: linux
22-
go: 1.11.x
22+
go: 1.13.x
2323
env:
2424
- TARGET=windows
2525
- ARCH=amd64

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.11 as builder
1+
FROM golang:1.13 as builder
22

33
ADD . /go/src/github.com/itsdalmo/ssm-sh
44
WORKDIR /go/src/github.com/itsdalmo/ssm-sh

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ require (
1818
golang.org/x/sys v0.0.0-20181031143558-9b800f95dbbc // indirect
1919
golang.org/x/text v0.3.0 // indirect
2020
)
21+
22+
go 1.13

0 commit comments

Comments
 (0)