fix: goreleaser version#32
Merged
Merged
Conversation
JamieSinn
enabled auto-merge (squash)
January 22, 2025 16:41
jonathannorris
approved these changes
Jan 22, 2025
jonathannorris
added a commit
that referenced
this pull request
Jul 20, 2026
* chore: resolve open dependabot security alerts - golang.org/x/crypto v0.45.0 -> v0.54.0 (critical/high/medium, alerts #21 #24 #25 #27 #29 #30 #32 #31 #28 #26 #22) - golang.org/x/net v0.47.0 -> v0.57.0 (medium, alert #20) - golang.org/x/sys v0.38.0 -> v0.47.0 (transitive) - golang.org/x/text v0.31.0 -> v0.40.0 (transitive) * fix: update toolchain to Go 1.25 and fix golangci-lint v2 compatibility - Upgrade Dockerfile base image golang:1.24 -> golang:1.25 (required by go.mod go 1.25.0 directive) - Update golangci-lint-action v3 -> v8 to support Go 1.25+ (v1.64.8 was built with Go 1.24) - Remove --sort-results flag (removed in golangci-lint v2) - Add //nolint:errcheck to defer X.Close() patterns (v2 reports these; v1 excluded by default) - Lowercase error string in options.go to fix ST1005 - Discard return value of pretty.Println in test to fix errcheck
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.