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/net from 0.17.0 to 0.23.0 #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump golang.org/x/net from 0.17.0 to 0.23.0

5fc8524
Select commit
Loading
Failed to load commit list.
Open

Bump golang.org/x/net from 0.17.0 to 0.23.0 #29

Bump golang.org/x/net from 0.17.0 to 0.23.0
5fc8524
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 11, 2024 in 6m 14s

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 #29 Bump golang.org/x/net from 0.17.0 to 0.23.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
646.1 1.18.5 PGPORT=5433 Linux passed
646.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": [
      "/.*/"
    ]
  }
}