Skip to content

Commit

Permalink
unpin go version (kubernetes-retired#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkhahn authored and yangweiwei committed May 10, 2019
1 parent d289bf9 commit 67bb7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# ensure the tests build
make verify build svcat build-integration build-e2e
fi
env: GO_VERSION=1.11.3
env: GO_VERSION=1.11
# Doc Site svc-cat.io
- stage: test
script:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ STAT = stat -c '%Y %n'
endif

TYPES_FILES = $(shell find pkg/apis -name types.go)
GO_VERSION ?= 1.11.3
GO_VERSION ?= 1.11

ALL_ARCH=amd64 arm arm64 ppc64le s390x
ALL_CLIENT_PLATFORM=darwin linux windows
Expand Down

0 comments on commit 67bb7f3

Please sign in to comment.