We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 405423c + c467775 commit a13cc52Copy full SHA for a13cc52
.travis.yml
@@ -9,17 +9,17 @@ env:
9
matrix:
10
include:
11
- os: osx
12
- go: 1.11.x
+ go: 1.13.x
13
env:
14
- TARGET=darwin
15
- ARCH=amd64
16
- os: linux
17
18
19
- TARGET=linux
20
21
22
23
24
- TARGET=windows
25
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.11 as builder
+FROM golang:1.13 as builder
2
3
ADD . /go/src/github.com/itsdalmo/ssm-sh
4
WORKDIR /go/src/github.com/itsdalmo/ssm-sh
go.mod
@@ -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 commit comments