Fix gimme version
Docker images tags: 1.12.0, 1.12.1 .. Gimmae versions: 1.12, 1.12.1 ..
This commit is contained in:
parent
76d8ffd5c0
commit
2731830d71
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue