-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update go version to 1.21 as 1.18 is causing issue in AppendUint32 #91
Conversation
Devel update
Devel update
Devel update
Devel update
Update golangci-lint.yml
… Also fixed lint issues by updating required packages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
golangci-lint is failing, maybe go1.21 is the correct format
@edoardottt Updated to 1.21 version. Let's try using this version. Otherwise, I found another issue(golang/go#61851) in which it is mentioned that 1.20 worked fine. If this fails, I can update to that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
multiple different Go versions
@edoardottt version updated for golangci-lint. |
@@ -18,7 +18,7 @@ jobs: | |||
steps: | |||
- uses: actions/setup-go@v3 | |||
with: | |||
go-version: 1.17 | |||
go-version: 1.21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
golangci-lint is failing, I guess is related to this golangci/golangci-lint#3933 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated golangci-lint to 1.54.2. This seems to work as per golangci/golangci-lint#3107 (comment)
Updated golangci-lint to 1.54.2. This seems to work as per golangci/golangci-lint#3107 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Issue #90 - Updated go version to 1.21.3 as 1.18 is causing issue in AppendUint32.…
Also fixed lint issues by updating required packages