Bump golang.org/x/net from 0.9.0 to 0.17.0 #53
Travis CI / Travis CI - Branch
failed
Nov 9, 2023 in 2m 31s
Build Failed
The build failed.
Details
This is a normal build for the dependabot/go_modules/golang.org/x/net-0.17.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) |
Go Version | 1.20 |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "xenial",
"go": [
"1.20"
],
"install": [
"go get -v -t ./...",
"go install github.com/mattn/goveralls@latest"
],
"script": [
"make",
"go test -short -v ./... -cover=1 -coverprofile=_c.cov",
"$GOPATH/bin/goveralls -service=travis-ci -coverprofile=_c.cov"
]
}
Loading