Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #28
Travis CI / Travis CI - Pull Request
succeeded
Nov 11, 2024 in 6m 19s
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 #28 Bump google.golang.org/protobuf from 1.30.0 to 1.33.0.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Go | ENV | OS | State |
---|---|---|---|---|
644.1 | 1.18.5 | PGPORT=5433 | Linux | passed |
644.2 | 1.19 | PGPORT=5433 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Go |
Operating System | Linux (Xenial) |
Go Versions | 1.18.5, 1.19 |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "xenial",
"go": [
"1.18.5",
"1.19"
],
"env": [
"global={:PGPORT=>\"5433\"}={:PGUSER=>\"travis\"}={:APT_ENV=>\"travis\"}"
],
"addons": {
"postgresql": "13",
"apt": {
"packages": [
"postgresql-13",
"postgresql-client-13"
]
}
},
"before_script": [
"psql -c \"create database apt_registry_travis with LC_COLLATE='en_US.UTF-8';\"",
"psql -d apt_registry_travis -a -f ./db/schema.sql",
"./bin/linux/cc-test-reporter before-build"
],
"script": [
"./registry cover"
],
"after_script": [
"./bin/linux/cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT",
"echo \"$DOCKER_PWD\" | docker login -u \"$DOCKER_USER\" --password-stdin"
],
"notifications": {
"slack": [
{
"rooms": [
{
"secure": "YPJEEuB1xIfdcMCXsDGuaOCsjQS38rgDIens19qoSyncNGu5ocwpW3a2Mkg1CQo9VUMzQd+01lvCsXw7XdTG7C4iCmul596YT5omcshfnzjo6z4KyQWeJ1bFBSUFBarmYH7jauN64DjFlgnjrDCZ6WYZFxj23VLq3QEA5hh3273hkgPBzjgTBwiglMo+ELPM8R5XCiO0PL8TpT4Gq0jGxhU60R0T73ORbkADFvAFXx7C/B2voHmch0Yj5r99LGHfIDQChqeTwdxFC7O9qR+SuHKNkKBf+XSM12ipnMzHz5WOShnCp+wQ8YxJOkfTHqoGjbiIEUZyEGMI6lDx8zdyajg9p0kXoJnM1jwpLJisGf5tx9un5vLDk0NRh5iyECnx5RzaCbd4qlURqpvHro60hMV4+COqeU0DooXTZyflI6j9GML4CKg0EzJgkSu7RNFit6x4cbaoy3k7h4hDpLHybDqmVG0m60iTwm9eaLFVfnVLGhz1TkujSKuaKqIaR+lqcffrOBpJq0+U/rhqPIfPDtfVuXnxpRbzsBzaQXLfn9lfZ9rV5m3sERL35cdoHDMzHVijQ5DoONlO4qq42UyzcM/sO9wydNBq31sNsNwitoef8k4Lp8JWymGTi44mZTfXkvi6ZFilmCJ/rDC16afW9rmJRkPUJGqPZZy2FPhx7e0="
}
]
}
]
},
"branches": {
"only": [
"/.*/"
]
}
}
Loading