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

Bump golang.org/x/crypto from 0.0.0-20221012134737-56aed061732a to 0.17.0 #149

Closed

Bump golang.org/x/crypto

d926395
Select commit
Loading
Failed to load commit list.
Closed

Bump golang.org/x/crypto from 0.0.0-20221012134737-56aed061732a to 0.17.0 #149

Bump golang.org/x/crypto
d926395
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 18, 2023 in 3m 51s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #149 Bump golang.org/x/crypto from 0.0.0-20221012134737-56aed061732a to 0.17.0.
Any changes that have been made to the master branch before the build ran are also included.

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.19
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "go": [
    "1.19"
  ],
  "env": [
    "jobs={:GO111MODULE=>\"on\"}"
  ],
  "go_import_path": "github.com/tidepool-org/shoreline",
  "before_install": [
    "sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5; echo \"deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.6 multiverse\" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list; sudo apt-get update; sudo apt-get install --allow-unauthenticated -y mongodb-org=3.6.12 mongodb-org-server=3.6.12 mongodb-org-shell=3.6.12 mongodb-org-mongos=3.6.12 mongodb-org-tools=3.6.12; sudo service mongod start;"
  ],
  "addons": {
    "artifacts": {
      "paths": [
        "$(git ls-files -o deploy/*/*-*.tar.gz | tr \"\\n\" \":\")"
      ],
      "target_paths": [
        "/"
      ],
      "region": "us-west-2"
    }
  },
  "services": [
    "docker"
  ],
  "script": [
    "./build.sh",
    "./test.sh",
    "./artifact.sh"
  ]
}