Skip to content

Commit f77d40b

Browse files
author
Joel Baranick
committed
Fix go-version as specified in travis config
1 parent 7e1938e commit f77d40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- 1.11.2
3+
- 1.11.3
44
script: "./build.sh"
55
deploy:
66
provider: releases

0 commit comments

Comments
 (0)