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

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 #158

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

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0

c68bd5a
Select commit
Failed to load commit list.
Open

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 #158

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0
c68bd5a
Select commit
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 30, 2023 in 6m 19s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/go_modules/gopkg.in/yaml.v3-3.0.0 branch. You should be able to reproduce it by checking out the branch locally.

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 (Xenial)
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "services": [
    "docker"
  ],
  "script": [
    "make build",
    "test -f bin/linux_amd64/workerpodautoscaler",
    "make all-container",
    "docker images | grep \"^public.ecr.aws/practo/workerpodautoscaler\"",
    "make test"
  ]
}