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/quic-go/quic-go from 0.44.0 to 0.48.2 #301

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

build(deps): bump github.com/quic-go/quic-go from 0.44.0 to 0.48.2

8692cf5
Select commit
Loading
Failed to load commit list.
Open

build(deps): bump github.com/quic-go/quic-go from 0.44.0 to 0.48.2 #301

build(deps): bump github.com/quic-go/quic-go from 0.44.0 to 0.48.2
8692cf5
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Dec 2, 2024 in 1m 41s

Build Failed

The build failed.

Details

This is a normal build for the dependabot/go_modules/github.com/quic-go/quic-go-0.48.2 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.22.x
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "go": [
    "1.22.x"
  ],
  "git": {
    "depth": 1
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "script": [
    "make tss-example || travis_terminate 1;",
    "make install-golinter || make lint || travis_terminate 1;",
    "make unit-test || travis_terminate 1;"
  ],
  "after_success": [
    "bash <(curl -s https://codecov.io/bash)"
  ]
}