-
Notifications
You must be signed in to change notification settings - Fork 64
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
Easier deployment #250
base: main
Are you sure you want to change the base?
Easier deployment #250
Conversation
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.
license-eye has totally checked 380 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
133 | 1 | 246 | 0 |
Click to see the invalid file list
- .devcontainer/Dockerfile
e04b2d4
to
fdc4b59
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #250 +/- ##
==========================================
+ Coverage 44.56% 45.01% +0.45%
==========================================
Files 84 86 +2
Lines 6815 6920 +105
==========================================
+ Hits 3037 3115 +78
- Misses 3484 3496 +12
- Partials 294 309 +15 ☔ View full report in Codecov by Sentry. |
fdc4b59
to
56bbc64
Compare
1837b39
to
a7b96ef
Compare
7344fb6
to
54a6fb3
Compare
It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days |
It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days |
a7b96ef
to
84c07d1
Compare
.devcontainer/Dockerfile
Outdated
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.195.0/containers/go/.devcontainer/base.Dockerfile | ||
# [Choice] Go version (use -bookworm variants on local arm64/Apple Silicon): 1, 1.16, 1.17, 1-bullseye, 1.16-bullseye, 1.17-bullseye, 1-buster, 1.16-buster, 1.17-buster | ||
ARG VARIANT=1-bookworm | ||
FROM mcr.microsoft.com/devcontainers/go:dev-${VARIANT} |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
84c07d1
to
cbab7e0
Compare
Description
Issue Ticket Number
Fixes #160 #173
Type of change
Checklist