Skip to content

Conversation

@lgarber-akamai
Copy link
Contributor

📝 Description

This pull request resolves an issue that caused the CI for the previous two releases to fail with the following error from an indirect upstream dependency:

cannot use 1 << 31 (untyped int constant 2147483648) as int value in assignment (overflows)

I have manually validated the change upstream and confirmed that it should not have any unintended consequences.

Resolves #379

✔️ How to Test

The following test steps assume you have pulled down this PR locally and are running a Go version >= 1.24.

  1. Install goreleaser:
go install github.com/goreleaser/goreleaser/v2@latest
  1. Attempt to build with goreleaser:
API_VERSION=dev goreleaser build --snapshot --clean

@lgarber-akamai lgarber-akamai requested a review from a team as a code owner November 20, 2025 17:11
@lgarber-akamai lgarber-akamai requested review from ezilber-akamai and zliang-akamai and removed request for a team November 20, 2025 17:11
@lgarber-akamai lgarber-akamai added the bugfix for any bug fixes in the changelog. label Nov 20, 2025
Copy link
Contributor

@yec-akamai yec-akamai left a comment

Choose a reason for hiding this comment

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

Thanks for fixing the issue! 🎉

@lgarber-akamai lgarber-akamai changed the title Temporarily replace github.com/ulikunitz/xz to latest patch to resolv… TPT-4086 : Temporarily replace github.com/ulikunitz/xz to latest patch to resolve release failures Nov 20, 2025
@lgarber-akamai lgarber-akamai merged commit b12914c into linode:dev Nov 20, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix for any bug fixes in the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: release action failed for v1.6.9, v1.7.0 (TPT-4086)

3 participants