-
Notifications
You must be signed in to change notification settings - Fork 67
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
Integration with Ghostarchive #497
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #497 +/- ##
==========================================
+ Coverage 44.58% 44.59% +0.01%
==========================================
Files 84 84
Lines 6790 6822 +32
==========================================
+ Hits 3027 3042 +15
- Misses 3471 3484 +13
- Partials 292 296 +4 ☔ View full report in Codecov by Sentry. |
@@ -2,7 +2,7 @@ | |||
# Use of this source code is governed by the GNU GPL v3 | |||
# license that can be found in the LICENSE file. | |||
# | |||
FROM golang:1.20-alpine AS builder | |||
FROM golang:1.22-alpine AS builder |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
ddb242b
to
b1dc42c
Compare
4003d53
to
1c377d9
Compare
Description
Closes #493
Checklist