summaryrefslogtreecommitdiff
path: root/vendor/github.com/spf13/cobra/.travis.yml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-11 09:18:36 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2021-02-11 05:37:56 -0500
commit8e2fae186de521d52ee298df598935cf453c0e57 (patch)
tree2f409df96fac6c45bb6ecc20026f91b68c5283e2 /vendor/github.com/spf13/cobra/.travis.yml
parentdb64865164b72af7017e9d3c34e75ee3bfd8546e (diff)
downloadpodman-8e2fae186de521d52ee298df598935cf453c0e57.tar.gz
podman-8e2fae186de521d52ee298df598935cf453c0e57.tar.bz2
podman-8e2fae186de521d52ee298df598935cf453c0e57.zip
Bump github.com/spf13/cobra from 1.1.2 to 1.1.3
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.1.2...v1.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/spf13/cobra/.travis.yml')
-rw-r--r--vendor/github.com/spf13/cobra/.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/github.com/spf13/cobra/.travis.yml b/vendor/github.com/spf13/cobra/.travis.yml
index 0821efdca..e0a3b5004 100644
--- a/vendor/github.com/spf13/cobra/.travis.yml
+++ b/vendor/github.com/spf13/cobra/.travis.yml
@@ -5,8 +5,8 @@ stages:
- build
go:
- - 1.14.x
- - 1.15.x
+ - 1.12.x
+ - 1.13.x
- tip
env: GO111MODULE=on
@@ -21,7 +21,7 @@ matrix:
- go: tip
include:
- stage: build
- go: 1.14.x
+ go: 1.13.x
script: make cobra_generator
script: