build(deps): bump github.com/aws/aws-sdk-go-v2/service/iam from 1.35.3 to 1.36.0 #669
Travis CI / Travis CI - Branch
succeeded
Sep 23, 2024 in 16m 55s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/iam-1.36.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.21.x |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "focal",
"git": {
"depth": false
},
"go": [
"1.21.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/[email protected]"
],
"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