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

Use go install to install golint #1967

Merged
merged 1 commit into from
Feb 12, 2025
Merged

Conversation

samjewell
Copy link
Contributor

This is the recommended approach since Go 1.17

I was getting an error when running make install:

GO111MODULE=off go get -u golang.org/x/lint/golint
go: modules disabled by GO111MODULE=off; see 'go help modules'

This is the recommended approach since Go 1.17

I was getting an error when running `make install`:
```
GO111MODULE=off go get -u golang.org/x/lint/golint
go: modules disabled by GO111MODULE=off; see 'go help modules'
```
@samjewell samjewell requested a review from a team as a code owner February 12, 2025 10:59
@samjewell samjewell requested a review from zoltanbedi February 12, 2025 11:29
Copy link
Member

@ivanahuckova ivanahuckova left a comment

Choose a reason for hiding this comment

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

Thank you!

@ivanahuckova ivanahuckova merged commit ebf4c26 into main Feb 12, 2025
14 checks passed
@ivanahuckova ivanahuckova deleted the sj/install-golint-via-go-install branch February 12, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

2 participants