Skip to content

chore(deps): update dependency go to 1.26#114

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-1.x
Open

chore(deps): update dependency go to 1.26#114
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 11, 2026

This PR contains the following updates:

Package Type Update Change
go uses-with minor 1.251.26

Release Notes

actions/go-versions (go)

v1.26.3: 1.26.3

Compare Source

Go 1.26.3

v1.26.2: 1.26.2

Compare Source

Go 1.26.2

v1.26.1: 1.26.1

Compare Source

Go 1.26.1

v1.26.0: 1.26.0

Compare Source

Go 1.26.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/go-1.x branch from 1ef234e to e25c080 Compare February 11, 2026 07:10
@renovate renovate Bot force-pushed the renovate/go-1.x branch from e25c080 to ec645e5 Compare February 11, 2026 07:45
@renovate renovate Bot force-pushed the renovate/go-1.x branch from ec645e5 to 3c4799b Compare February 11, 2026 11:18
@renovate renovate Bot force-pushed the renovate/go-1.x branch from 3c4799b to f036ad3 Compare February 13, 2026 07:06
@renovate renovate Bot force-pushed the renovate/go-1.x branch from f036ad3 to 858fc7b Compare February 16, 2026 09:18
@renovate renovate Bot force-pushed the renovate/go-1.x branch from 858fc7b to 7fc5f26 Compare February 17, 2026 06:25
@renovate renovate Bot force-pushed the renovate/go-1.x branch from 7fc5f26 to d59c89b Compare February 17, 2026 06:30
@renovate renovate Bot force-pushed the renovate/go-1.x branch from d59c89b to 3f05c33 Compare February 18, 2026 06:01
@renovate renovate Bot force-pushed the renovate/go-1.x branch from 3f05c33 to 98c7b64 Compare February 18, 2026 09:30
@renovate renovate Bot force-pushed the renovate/go-1.x branch from 98c7b64 to 4b2a9ef Compare February 24, 2026 18:04
@renovate renovate Bot force-pushed the renovate/go-1.x branch from 4b2a9ef to 62b5dc3 Compare February 26, 2026 12:51
@renovate renovate Bot force-pushed the renovate/go-1.x branch from 16e9cfa to d532f8d Compare April 19, 2026 15:27
@renovate renovate Bot force-pushed the renovate/go-1.x branch from d532f8d to b9c20ac Compare April 19, 2026 18:26
@renovate renovate Bot force-pushed the renovate/go-1.x branch from b9c20ac to 0f17e39 Compare April 22, 2026 09:59
Copy link
Copy Markdown
Collaborator

@cbartz cbartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated merge blocked: CI/CD checks are not 100% passing. Manual review required.

  • Test Internal Packages: ❌ failure
  • Multiple checks skipped: Test Terraform with Juju, charm-tests, charm-integration-tests, smoke tests, etc.

Please investigate the failing Test Internal Packages job before merging.

Copy link
Copy Markdown
Collaborator

@cbartz cbartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI/CD Blocked — Manual Review Required

Status after retries: Test Internal Packages still failing after 1 rerun (attempt 2 in progress)
Rerun attempts: 1 completed, 1 queued

Failure analysis

  • Failed job: Test Internal Packages in internal_tests.yaml
  • Error:
    TestUpdateJob/shouldFailWhenPlatformMissing (server_test.go:1579)
    Expected: 301
    Actual:   307
    
  • Root cause: Go 1.26 changed the behavior of net/http.ServeMux — when handling a request with a missing path parameter (like PATCH /api/v1/jobs//job-7 with empty platform), the redirect status changed from 301 Moved Permanently to 307 Temporary Redirect. This is a behavioral change in Go 1.26's HTTP routing, not a flake.
  • Historical context: This is new and specific to this Go 1.26 bump. The test passes on main (Go 1.25) because Go 1.25 returns 301.

Possible fix

Update the test expectation in internal/planner/server_test.go line 1579 from 301 to 307:

// Before
expected: 301
// After
expected: 307

Action required

@javierdelapuente @weiiwang01 @yanksyoon @yhaliaw @florentianayuwono — this Renovate PR cannot be auto-merged because the Test Internal Packages check fails due to a Go 1.26 HTTP behavior change. The test expectation at internal/planner/server_test.go:1579 needs to be updated from 301 to 307 to match Go 1.26's net/http behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant