Bump golang.org/x/crypto from 0.0.0-20221012134737-56aed061732a to 0.17.0 #149
Travis CI / Travis CI - Branch
succeeded
Dec 18, 2023 in 3m 46s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/go_modules/golang.org/x/crypto-0.17.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.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"
]
}
Loading