Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Update to golang v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Jan 16, 2018
1 parent 52ea71b commit 5ab1f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,13 +1,11 @@
language: go
go:
- 1.7.5
- 1.8
- 1.9.2
before_install:
- curl -Ls https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip > ngrok.zip
- unzip ngrok.zip
- rm ngrok.zip
- export PATH=$(pwd):$PATH
- export GO15VENDOREXPERIMENT=1
install:
- make depend
script:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ ACCOUNT=jetstack
APP_NAME=kube-lego

PACKAGE_NAME=github.com/${ACCOUNT}/${APP_NAME}
GO_VERSION=1.8
GO_VERSION=1.9.2

GOOS := linux
GOARCH := amd64
Expand Down

0 comments on commit 5ab1f2a

Please sign in to comment.