Bump github.com/aws/aws-sdk-go from 1.44.313 to 1.50.19 #290
Travis CI / Travis CI - Branch
succeeded
Feb 16, 2024 in 2m 2s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/go_modules/github.com/aws/aws-sdk-go-1.50.19 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.20.x |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "bionic",
"services": [
"docker"
],
"go": [
"1.20.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