From 3866143675a2ccf15095b75b2c97b858d8ef0ab5 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 4 May 2022 15:01:23 +0200 Subject: exclude new tools vendor dir from validate We have no control over the code in the vendored files. Signed-off-by: Paul Holzinger --- test/tools/vendor/github.com/hashicorp/go-version/.travis.yml | 8 ++++---- test/tools/vendor/github.com/hashicorp/go-version/LICENSE | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'test/tools/vendor/github.com/hashicorp') diff --git a/test/tools/vendor/github.com/hashicorp/go-version/.travis.yml b/test/tools/vendor/github.com/hashicorp/go-version/.travis.yml index 01c5dc219..b5f955d7e 100644 --- a/test/tools/vendor/github.com/hashicorp/go-version/.travis.yml +++ b/test/tools/vendor/github.com/hashicorp/go-version/.travis.yml @@ -1,6 +1,6 @@ -language: go +language: go -go: +go: - 1.2 - 1.3 - 1.4 @@ -8,6 +8,6 @@ go: - "1.10" - 1.11 - 1.12 - + script: - - go test + - go test diff --git a/test/tools/vendor/github.com/hashicorp/go-version/LICENSE b/test/tools/vendor/github.com/hashicorp/go-version/LICENSE index c33dcc7c9..82b4de97c 100644 --- a/test/tools/vendor/github.com/hashicorp/go-version/LICENSE +++ b/test/tools/vendor/github.com/hashicorp/go-version/LICENSE @@ -351,4 +351,3 @@ Exhibit B - “Incompatible With Secondary Licenses” Notice This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. - -- cgit v1.2.3-54-g00ecf