-
Notifications
You must be signed in to change notification settings - Fork 23
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 dependencies for v1 branch #277
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v1 #277 +/- ##
===========================================
- Coverage 100.00% 93.60% -6.40%
===========================================
Files 14 15 +1
Lines 600 641 +41
===========================================
Hits 600 600
- Misses 0 41 +41 ☔ View full report in Codecov by Sentry. |
.github/workflows/go-application.yml
Outdated
@@ -21,12 +21,12 @@ jobs: | |||
runs-on: ubuntu-20.04 | |||
steps: | |||
- name: Checkout code | |||
uses: actions/checkout@v4 | |||
uses: actions/checkout@v4.1.1 |
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.
don't pin the version
@satk0 prometheus tests are failing |
also, go mod tidy was not run |
@kuskoman Thanks a ton for all the hints. I am giving it another try 😎 |
No description provided.