Skip to content

Commit 4cf1d01

Browse files
committed
Upgrade to Go 1.13
1 parent c4456cf commit 4cf1d01

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
language: go
33

44
go:
5-
- "1.11"
5+
- "1.13"
66

77
env:
88
global:
@@ -11,4 +11,4 @@ env:
1111
install: make deps
1212
script: make all
1313
notifications:
14-
email: false
14+
email: false

Dockerfile

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

33
RUN useradd -m netlify
44

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ require (
4747
gopkg.in/gomail.v2 v2.0.0-20150902115704-41f357289737 // indirect
4848
gopkg.in/yaml.v2 v2.0.0-20170721122051-25c4ec802a7d // indirect
4949
)
50+
51+
go 1.13

0 commit comments

Comments
 (0)