Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit cc78c0f

Browse files
mruegvglafirov
authored andcommitted
.travis.yml: Update golang, helm and k8s versions (#6)
* Add golang 1.11 * Update kubectl from 1.9.6 to 1.11.3 * Update helm from 2.8.2 to 2.11.0
1 parent c629715 commit cc78c0f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ matrix:
33
- language: go
44
go:
55
- 1.9
6-
- "1.10"
6+
- 1.10
7+
- 1.11
78
- tip
89
install:
910
- go get -u github.com/golang/lint/golint
@@ -20,8 +21,8 @@ matrix:
2021

2122
- language: generic
2223
env:
23-
- KUBECTL_VERSION=v1.9.6
24-
- HELM_VERSION=v2.8.2
24+
- KUBECTL_VERSION=v1.11.3
25+
- HELM_VERSION=v2.11.0
2526
install:
2627
- wget https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl -O /tmp/kubectl
2728
- chmod +x /tmp/kubectl

0 commit comments

Comments
 (0)