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

bugfix: csvlint is failing in circleci workflow #2811

Merged
merged 2 commits into from
Oct 13, 2024

Conversation

krishh-konar
Copy link
Contributor

@krishh-konar krishh-konar commented Oct 13, 2024

This PR updates the circleci workflow where csvlint is failing.

go get was deprecated as a method of installing modules as of version 1.18.
Workflow is using go:1.23.2 so go install is required.

Fixes #2791.

@krishh-konar
Copy link
Contributor Author

Fix seems to be working.

@jbampton jbampton merged commit 403cd0c into slurpcode:main Oct 13, 2024
30 of 34 checks passed
@jbampton
Copy link
Member

Thank you !!

@jbampton
Copy link
Member

refs #344

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

CSV lint is failing
2 participants