Skip to content

Conversation

@ellemouton
Copy link
Member

This PR siphons of a few commits from #998 which we can get in without the LND dep bump.

The main purpose being so that other PRs that introduce more generic concepts can pass the linter check (the updated linter dep works better with generics).

We update the go version in our go.mod, for our linter,
GH workflows and makefile.
Bump the go version in our various docker files.
Bump the tools packge golang version along with the linter version.
Adjust the linter config file accordingly.
Since we have multiple itest artefacts with the same name now, we need
to ensure they have different names or else the upload will fail.
@ellemouton ellemouton added the no-changelog This PR is does not require a release notes entry label Mar 15, 2025
Copy link
Contributor

@bitromortac bitromortac left a comment

Choose a reason for hiding this comment

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

LGTM ⚡

- G402 # Look for bad TLS connection settings.
- G306 # Poor file permissions used when writing to a new file.
- G601 # Implicit memory aliasing in for loop.
- G115 # Integer overflow in conversion.
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe we could fix those in the future

Copy link
Contributor

@ViktorT-11 ViktorT-11 left a comment

Choose a reason for hiding this comment

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

LGTM ⚡

@ellemouton ellemouton merged commit 1bf419e into lightninglabs:master Mar 24, 2025
18 of 21 checks passed
@ellemouton ellemouton deleted the goBump branch March 24, 2025 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog This PR is does not require a release notes entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants