Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependabot: bump github.com/hashicorp/vault from 1.13.7 to 1.13.12 #4983

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

dependabot: bump github.com/hashicorp/vault from 1.13.7 to 1.13.12

6bc5457
Select commit
Loading
Failed to load commit list.
Open

dependabot: bump github.com/hashicorp/vault from 1.13.7 to 1.13.12 #4983

dependabot: bump github.com/hashicorp/vault from 1.13.7 to 1.13.12
6bc5457
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Dec 12, 2023 in 8m 31s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #4983 dependabot: bump github.com/hashicorp/vault from 1.13.7 to 1.13.12.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Bionic)
Go Version 1.18.x
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "sudo": false,
  "go": [
    "1.18.x"
  ],
  "addons": {
    "apt": {
      "packages": [
        "python3",
        "python3-pip",
        "python3-setuptools"
      ]
    }
  },
  "before_script": [
    "scripts/detect_secrets.sh"
  ],
  "install": [
    "sudo chmod o+rwx /usr/lib/python3/dist-packages/",
    "python3 -m pip install -U pip",
    "pip3 install pyOpenSSL --upgrade",
    "pip3 install --upgrade \"git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets\"",
    "bash scripts/gogetcookie.sh",
    "go get github.com/kardianos/govendor"
  ],
  "script": [
    "make test",
    "make vet"
  ],
  "branches": {
    "only": [
      "master"
    ]
  },
  "jobs": {
    "fast_finish": true,
    "allow_failures": [
      {
        "go": "tip"
      }
    ]
  }
}