Bump github.com/docker/cli from 27.3.1+incompatible to 27.4.0+incompatible #350
Travis CI / Travis CI - Pull Request
succeeded
Dec 10, 2024 in 2m 27s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #350 Bump github.com/docker/cli from 27.3.1+incompatible to 27.4.0+incompatible.
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.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