build(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 #512
Travis CI / Travis CI - Branch
succeeded
Nov 10, 2023 in 15m 14s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/go_modules/golang.org/x/net-0.18.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 (Focal) |
Go Version | 1.19.x |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "focal",
"git": {
"depth": false
},
"go": [
"1.19.x"
],
"env": [
"global={:PLATFORMS=>\"\\\"linux/amd64 linux/arm64\\\"\"}={:ARM64_EXCLUDE=>\"\\\"(prowler|zap)\\\"\"}"
],
"go_import_path": "github.com/adevinta/vulcan-checks",
"before_deploy": [
"_scripts/setup_buildx.sh",
"go install \"github.com/adevinta/vulcan-check-catalog/cmd/vulcan-check-catalog@${VCC_VERSION:-main}\"",
"go install github.com/adevinta/vulcan-local@master"
],
"deploy": [
{
"provider": "script",
"script": "bash release.sh",
"on": {
"all_branches": true
}
},
{
"provider": "script",
"script": "bash release.sh",
"on": {
"tags": true
}
},
{
"provider": "script",
"script": "bash release-check-catalog.sh",
"on": {
"branch": [
"master"
]
}
},
{
"provider": "pages",
"strategy": "git",
"skip_cleanup": true,
"keep_history": true,
"local_dir": "./pages",
"on": {
"branch": [
"master"
]
},
"token": "$GITHUB_TOKEN"
}
]
}
Loading