Fix gimme version

Docker images tags: 1.12.0, 1.12.1 ..
Gimmae versions: 1.12, 1.12.1 ..
This commit is contained in:
Jannis Mattheis 2019-02-28 21:17:52 +01:00
parent 76d8ffd5c0
commit 2731830d71
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ env:
- GO111MODULE=on - GO111MODULE=on
before_install: before_install:
- eval "$(gimme $(< GO_VERSION))"; - export GIMME_GO=$(< GO_VERSION)
- eval "$(gimme ${GIMME_GO%.0})";
- make download-tools - make download-tools
install: install: