Update module github.com/docker/go-connections to v0.7.0 #1562

Closed
viceice-bot wants to merge 1 commit from renovate/github.com-docker-go-connections-0.x into main
Member

This PR contains the following updates:

Package Change Age Confidence
github.com/docker/go-connections v0.6.0v0.7.0 age confidence

Release Notes

docker/go-connections (github.com/docker/go-connections)

v0.7.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/docker/go-connections](https://github.com/docker/go-connections) | `v0.6.0` → `v0.7.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdocker%2fgo-connections/v0.7.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdocker%2fgo-connections/v0.6.0/v0.7.0?slim=true) | --- ### Release Notes <details> <summary>docker/go-connections (github.com/docker/go-connections)</summary> ### [`v0.7.0`](https://github.com/docker/go-connections/compare/v0.6.0...v0.7.0) [Compare Source](https://github.com/docker/go-connections/compare/v0.6.0...v0.7.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) - Automerge - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuNSIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL0RlcGVuZGVuY3lVcGRhdGUiLCJydW4tZW5kLXRvLWVuZC10ZXN0cyJdfQ==-->
Update module github.com/docker/go-connections to v0.7.0
Some checks failed
test-multi-platform / Build Forgejo Runner (pull_request) Has been skipped
checks / Build Forgejo Runner (pull_request) Successful in 1m10s
checks / validate mocks (pull_request) Successful in 40s
checks / validate pre-commit-hooks file (pull_request) Successful in 1m13s
cascade / debug (pull_request_target) Has been skipped
issue-labels / release-notes (pull_request_target) Has been skipped
test-multi-platform / validate mocks (pull_request) Has been skipped
test-multi-platform / validate pre-commit-hooks file (pull_request) Has been skipped
test-multi-platform / Build unsupported platforms (pull_request) Has been skipped
test-multi-platform / runner exec tests (pull_request) Has been skipped
test-multi-platform / Run integration tests with Docker (docker-stable) (pull_request) Has been skipped
test-multi-platform / Run integration tests with Docker (docker-latest) (pull_request) Has been skipped
test-multi-platform / Run integration tests with Podman (pull_request) Has been skipped
Integration tests for the release process / release-simulation (pull_request) Successful in 6m31s
checks / Build unsupported platforms (pull_request) Successful in 2m4s
checks / runner exec tests (pull_request) Successful in 46s
checks / Run integration tests with Docker (docker-latest) (pull_request) Failing after 16m57s
checks / Run integration tests with Docker (docker-stable) (pull_request) Failing after 23m54s
checks / Run integration tests with Podman (pull_request) Failing after 24m18s
test-multi-platform / arm64 (pull_request) Has been skipped
cascade / end-to-end (pull_request_target) Successful in 10s
cascade / forgejo (pull_request_target) Successful in 2m24s
06bc759d62
Contributor

cascading-pr updated at actions/setup-forgejo#1011

cascading-pr updated at https://code.forgejo.org/actions/setup-forgejo/pulls/1011
Owner

Looks like some manual porting/updating required:

cli_test.go:393: Expected error 'invalid range format for --expose: NaN-NaN/tcp, error: strconv.ParseUint: parsing "NaN": invalid syntax' with '--expose=NaN-NaN/tcp', got 'invalid range format for --expose: NaN-NaN/tcp, error: invalid start port 'NaN': invalid syntax'
--- FAIL: TestParseWithExpose (0.00s)
Looks like some manual porting/updating required: ``` cli_test.go:393: Expected error 'invalid range format for --expose: NaN-NaN/tcp, error: strconv.ParseUint: parsing "NaN": invalid syntax' with '--expose=NaN-NaN/tcp', got 'invalid range format for --expose: NaN-NaN/tcp, error: invalid start port 'NaN': invalid syntax' --- FAIL: TestParseWithExpose (0.00s) ```
Member

If I'm not mistaken it's included in the Docker update.

If I'm not mistaken it's included in the Docker update.
Owner

closing in favor of #1547

closing in favor of #1547
viceice closed this pull request 2026-07-07 10:52:32 +00:00
Author
Member

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.7.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`v0.7.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
test-multi-platform / Build Forgejo Runner (pull_request) Has been skipped
checks / Build Forgejo Runner (pull_request) Successful in 1m10s
Required
Details
checks / validate mocks (pull_request) Successful in 40s
checks / validate pre-commit-hooks file (pull_request) Successful in 1m13s
cascade / debug (pull_request_target) Has been skipped
Required
Details
issue-labels / release-notes (pull_request_target) Has been skipped
test-multi-platform / validate mocks (pull_request) Has been skipped
test-multi-platform / validate pre-commit-hooks file (pull_request) Has been skipped
test-multi-platform / Build unsupported platforms (pull_request) Has been skipped
test-multi-platform / runner exec tests (pull_request) Has been skipped
test-multi-platform / Run integration tests with Docker (docker-stable) (pull_request) Has been skipped
test-multi-platform / Run integration tests with Docker (docker-latest) (pull_request) Has been skipped
test-multi-platform / Run integration tests with Podman (pull_request) Has been skipped
Integration tests for the release process / release-simulation (pull_request) Successful in 6m31s
checks / Build unsupported platforms (pull_request) Successful in 2m4s
checks / runner exec tests (pull_request) Successful in 46s
Required
Details
checks / Run integration tests with Docker (docker-latest) (pull_request) Failing after 16m57s
Required
Details
checks / Run integration tests with Docker (docker-stable) (pull_request) Failing after 23m54s
Required
Details
checks / Run integration tests with Podman (pull_request) Failing after 24m18s
Required
Details
test-multi-platform / arm64 (pull_request) Has been skipped
cascade / end-to-end (pull_request_target) Successful in 10s
Required
Details
cascade / forgejo (pull_request_target) Successful in 2m24s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
forgejo/Reviewers
No milestone
No assignees
5 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
forgejo/runner!1562
No description provided.