Skip to content

Commit 0faef46

Browse files
authored
Merge pull request #443 from ryancox/use-go-1.11
Use Go 1.11 for CI Builds
2 parents 19ac0e9 + cbd7a1b commit 0faef46

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,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.10.x
4+
- 1.11.x
55

66
go_import_path: sigs.k8s.io/kustomize
77

0 commit comments

Comments
 (0)