Skip to content

Conversation

@oschwald
Copy link
Member

@oschwald oschwald commented Dec 8, 2025

The golangci-lint 2.7.2 gosec G115 rule flags the uint to int64 conversion for BuildEpoch. Add a nolint comment explaining why this conversion is safe (Unix timestamps won't overflow int64).

🤖 Generated with Claude Code

The golangci-lint 2.7.2 gosec G115 rule flags the uint to int64
conversion for BuildEpoch. Add a nolint comment explaining why this
conversion is safe (Unix timestamps won't overflow int64).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Modver result

This report was generated by Modver,
a Go package and command that helps you obey semantic versioning rules in your Go module.

This PR does not require a change in your module’s version number.
(You might still consider bumping the patchlevel anyway.)

@horgh horgh merged commit 24db057 into main Dec 8, 2025
20 checks passed
@horgh horgh deleted the greg/eng-3616 branch December 8, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants