Skip to content

Bump golang.org/x/net from 0.26.0 to 0.55.0 - #46

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/golang.org/x/net-0.55.0
Open

Bump golang.org/x/net from 0.26.0 to 0.55.0#46
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/golang.org/x/net-0.55.0

Bump golang.org/x/net from 0.26.0 to 0.55.0

bc5e03b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Jul 2, 2026 in 1m 4s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #46 Bump golang.org/x/net from 0.26.0 to 0.55.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 (Focal)
Go Version 1.10
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "go": [
    "1.10"
  ],
  "git": {
    "depth": 1
  },
  "sudo": false,
  "before_install": [
    "curl -L -s https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -o $GOPATH/bin/dep",
    "chmod +x $GOPATH/bin/dep"
  ],
  "install": [
    "dep ensure"
  ],
  "script": [
    "mkdir -p artifacts\nfor GOOS in linux darwin\ndo\n  env GOOS=$GOOS GOARCH=amd64 go build -o gen3-fuse\n  zip gen3fuse_$GOOS.zip gen3-fuse && mv gen3fuse_$GOOS.zip artifacts/. && rm gen3-fuse\ndone"
  ],
  "deploy": [
    {
      "provider": "releases",
      "skip_cleanup": true,
      "file": [
        "artifacts/gen3fuse_darwin.zip",
        "artifacts/gen3fuse_linux.zip"
      ],
      "on": {
        "branch": [
          "master"
        ],
        "tags": true
      },
      "token": {
        "secure": "Vpz/J/20OU1ZWOkY7AdtDX1Z7iE47pFbP5Bq9XgYBrWmqK3Iw/u6FtM22qOuzJtkmwG6qDuRwnNn1Ep5vphC0QxZopggpe19ngP05IpdicOPgUuS92fzqvpOGIBRD7PHqtQQLRtRSHoF8LRjmabxkjiBR6Xglgd37Qj2YXwFG+KyaJjkoG/3/w9dDdF87LrdOrWAvS0fVIZRs+Vk6VxalMJjGuzIcI27jgGAdML7dSK/UY1Fh/9EtrU7f1YNhGw4Gzx9neVCFtIfGNDeVGzgF5j4LcGzNNwOrAR7eVLso5vqmqVgWR4eXN/5GFh/UzVQ/QyUi9Ioo3AUQaJCdrKnVU1bRAuJ2Cu3jvlelmfzozTb/6ORFnR31mmxj3FKd4TJVBdHcfvG20lCyCYCy7yvQpPgcAr+nao3Mrh+omnycQ5CFUirnHv2GSvcbgjeq058AA/8qLwyuTz8S6PyIsw1RTaptdg0jirCxc6dCBOgMEpmcamQFajH/70k7wTkmPXxZ8x40qrZCJb1YlcqY2XO5evf0jOPdQt2zLKNMxeNPC5UT2EiCWz/gP0/VyqVwaQIy5lv/TCdT/8MrBWxrKx/ybxwg9Ja4xxDBJ0F8HghnYKAPd7i0mC8zkP5wcWzyqi5ET5hvZNcaMvJLGhA+ZphvR0mHh71Vp7/XoBd3P/ol+U="
      }
    },
    {
      "provider": "s3",
      "bucket": "gen3-fuse-builds",
      "skip_cleanup": true,
      "on": {
        "all_branches": true
      },
      "local_dir": "artifacts",
      "upload_dir": "$TRAVIS_BRANCH"
    }
  ]
}