-
Notifications
You must be signed in to change notification settings - Fork 3
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 in devbox #890
Update go in devbox #890
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #890 +/- ##
==========================================
+ Coverage 47.38% 48.13% +0.74%
==========================================
Files 95 103 +8
Lines 5172 5555 +383
==========================================
+ Hits 2451 2674 +223
- Misses 2491 2637 +146
- Partials 230 244 +14 ☔ View full report in Codecov by Sentry. |
@@ -9,7 +9,8 @@ | |||
"docker@latest", | |||
"python3@latest", | |||
"markdownlint-cli@latest", | |||
"python311Packages.pip-tools@latest" | |||
"python311Packages.pip-tools@latest", | |||
"go_1_22@latest" |
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.
Do we have to keep go_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.
Have you noticed that it's installing 1.22.0 instead of 1.22.1? Can that be changed?
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.
Oh absolutely. Seems that stuck around during some work I was doing in the repo.
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.
Weird, I still see "1.22.0".
Oh my gosh, sorry for the long update, some of my work got lost. I am learning to use gitbutler and some of my changes were not recovered because of the way that it works. |
No description provided.