-
Notifications
You must be signed in to change notification settings - Fork 127
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
chore: bump to go1.21 #747
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #747 +/- ##
==========================================
+ Coverage 58.53% 58.85% +0.31%
==========================================
Files 45 45
Lines 3379 2761 -618
==========================================
- Hits 1978 1625 -353
+ Misses 1287 1022 -265
Partials 114 114 ☔ View full report in Codecov by Sentry. |
with: | ||
file: coverage.txt | ||
token: ${{ secrets.CODECOV_TOKEN }} |
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.
I add codecov
token here, close #745
@@ -40,7 +40,7 @@ jobs: | |||
done | |||
|
|||
- name: Upload | |||
uses: softprops/action-gh-release@v1 | |||
uses: softprops/action-gh-release@v2 |
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.
close #746
Description
bump to go1.21 and replace
golang.org/x/exp/slog
withlog/slog
Close #745, #746