Update to go1.12.8

This commit is contained in:
Ludovic Fernandez
2019-08-14 10:52:05 +02:00
committed by Traefiker Bot
parent c5b71592c8
commit 989a59cc29
11 changed files with 67 additions and 100 deletions

View File

@@ -5,7 +5,7 @@ if [ -z "${VALIDATE_UPSTREAM:-}" ]; then
# are running more than one validate bundlescript
VALIDATE_REPO='https://github.com/containous/traefik.git'
VALIDATE_BRANCH='master'
VALIDATE_BRANCH='v1.7'
# Should not be needed for now O:)
# if [ "$TRAVIS" = 'true' -a "$TRAVIS_PULL_REQUEST" != 'false' ]; then