Skip to content

Update golangci-lint to v2#44

Merged
prashantv merged 1 commit into
mainfrom
prashant/golangci-lint-upgrade
May 27, 2025
Merged

Update golangci-lint to v2#44
prashantv merged 1 commit into
mainfrom
prashant/golangci-lint-upgrade

Conversation

@prashantv
Copy link
Copy Markdown
Owner

Fixes false positives about using go1.24 functions
in a file that's marked go1.24 only.

Fixes false positives about using go1.24 functions
in a file that's marked go1.24 only.
@prashantv
Copy link
Copy Markdown
Owner Author

Spurious linter error impacting #44

integration_1_24_test.go:3:9: file requires newer Go version go1.24 (application built with go1.23) (typecheck)

(the file has a build constraint to only compile for 1.24)

@prashantv prashantv merged commit 05ed01f into main May 27, 2025
3 checks passed
@prashantv prashantv deleted the prashant/golangci-lint-upgrade branch May 27, 2025 01:29
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