Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linter fixes + go version to 1.22 + added 1 more linter #149

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

JkLondon
Copy link
Member

@JkLondon JkLondon commented Jun 17, 2024

closes #147

go.mod Outdated
@@ -1,5 +1,5 @@
module github.com/erigontech/mdbx-go

go 1.15
go 1.22
Copy link
Collaborator

Choose a reason for hiding this comment

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

It does not affect "which compiler will be used to compile code" (go.mod had toolchain directive for this).
I would advise increase it only if it gives us some value.
Erigon also now supports 1.21

Copy link
Collaborator

Choose a reason for hiding this comment

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

see also .github/workflows/test.yml

Copy link
Member Author

Choose a reason for hiding this comment

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

lookup at test.yml, they used go 1.20 changed go mod to the same version

@AskAlexSharov AskAlexSharov merged commit 250d220 into master Jun 18, 2024
5 checks passed
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.

up version of golancilint
2 participants