Skip to content

Commit 0fe88f3

Browse files
committed
Update Travis runtime version
The Travis runtime version has been updated to match the version of Go in the Dockerfile (1.13) Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c418e2f commit 0fe88f3

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
@@ -3,7 +3,7 @@ sudo: required
33
language: go
44

55
go:
6-
- 1.11.x
6+
- 1.13.x
77

88
install:
99
- curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash

0 commit comments

Comments
 (0)