Bump github.com/docker/docker from 27.2.1+incompatible to 27.3.0+incompatible #346
Travis CI / Travis CI - Branch
succeeded
Sep 20, 2024 in 2m 27s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the dependabot/go_modules/github.com/docker/docker-27.3.0incompatible 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 (Bionic) |
Go Version | 1.21.x |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "bionic",
"services": [
"docker"
],
"go": [
"1.21.x"
],
"env": [
"global={:CGO_ENABLED=>\"1\"}={:GO111MODULE=>\"on\"}"
],
"gobuild_args": "-a -tags netgo -ldflags \"-w -X main.version=${TRAVIS_COMMIT}\"",
"go_import_path": "github.com/adevinta/vulcan-agent",
"script": [
"go test -short -race -v $(go list ./... | grep -v /vendor/)"
]
}
Loading