Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/aws/aws-sdk-go-v2/service/iam from 1.35.3 to 1.36.0 #669

build(deps): bump github.com/aws/aws-sdk-go-v2/service/iam

50d3a57
Select commit
Loading
Failed to load commit list.
Merged

build(deps): bump github.com/aws/aws-sdk-go-v2/service/iam from 1.35.3 to 1.36.0 #669

build(deps): bump github.com/aws/aws-sdk-go-v2/service/iam
50d3a57
Select commit
Loading
Failed to load commit list.
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"
    }
  ]
}