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

vbatts/backend update #643

Merged
merged 7 commits into from
Mar 20, 2023
Merged

vbatts/backend update #643

merged 7 commits into from
Mar 20, 2023

Conversation

vbatts
Copy link
Member

@vbatts vbatts commented Mar 10, 2023

linters and golang updates

fix inconsistencies in reported linting, and differences in the versions of golang used.

I'm testing this locally with go1.19.7 now, since the backend/go.mod says go1.19.
Though the github workflow was using go1.17 currently, but now is also go1.19.

This also aligns an issue I found where I saw errors by running make (i.e. make all) locally, but did not see them in make ci locally or on the github action. Now that is cleaned up.

Testing done

cd backend
make all ci

and now the github actions output

Closes: #638

vbatts added 4 commits March 10, 2023 11:50
Linting was spitting many things that I believe were solved in newer
versions

Signed-off-by: Vincent Batts <[email protected]>
Signed-off-by: Vincent Batts <[email protected]>
@vbatts vbatts force-pushed the vbatts/backend_update branch from ea25bc7 to 690baa5 Compare March 10, 2023 17:42
@vbatts vbatts force-pushed the vbatts/backend_update branch from fd8bbf5 to befc1d0 Compare March 10, 2023 17:53
@vbatts
Copy link
Member Author

vbatts commented Mar 10, 2023

ok. Ready for review.

Signed-off-by: Vincent Batts <[email protected]>
@vbatts vbatts force-pushed the vbatts/backend_update branch from 762cd8e to 59b35b0 Compare March 20, 2023 14:20
Copy link
Contributor

@illume illume left a comment

Choose a reason for hiding this comment

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

👍 thanks

@yolossn yolossn merged commit 9692176 into main Mar 20, 2023
@vbatts vbatts deleted the vbatts/backend_update branch March 20, 2023 16:56
@vbatts
Copy link
Member Author

vbatts commented Mar 22, 2023

thanks @yolossn and @illume for the review

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.

3 participants