Bump golang.org/x/sys from 0.0.0-20211117180635-dee7805ff2e1 to 0.1.0 #114
Travis CI / Travis CI - Branch
succeeded
Jul 2, 2024 in 1m 16s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the dependabot/go_modules/golang.org/x/sys-0.1.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.x |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "xenial",
"go": [
"1.20.x"
],
"script": [
"go mod tidy",
"git diff --exit-code --quiet || (echo \"Please run 'go mod tidy' to clean up the 'go.mod' and 'go.sum' files.\"; false)",
"go vet ./...",
"go test ./...",
"curl -sL https://git.io/goreleaser | bash -s check"
],
"deploy": [
{
"provider": "script",
"skip_cleanup": true,
"script": "make release",
"on": {
"tags": true,
"go": "1.20.x"
}
}
]
}
Loading