Skip to content

Commit 01868ff

Browse files
committed
Bump Go release version in travis conf
Missed this when bumping the Go version Travis uses
1 parent 0bb7d4b commit 01868ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: go
22

3+
# When upgrading Go version also change deploy > provider > on > go at the bottom of this file.
34
go:
45
- 1.8.3
56

@@ -34,7 +35,7 @@ deploy:
3435
on:
3536
tags: true
3637
repo: wjdp/htmltest
37-
go: 1.7.4
38+
go: 1.8.3
3839
- provider: s3
3940
access_key_id: AKIAIH2ZE2KZBNCVEGCA
4041
secret_access_key:
@@ -48,3 +49,4 @@ deploy:
4849
on:
4950
repo: wjdp/htmltest
5051
branch: master
52+
go: 1.8.3

0 commit comments

Comments
 (0)