-
Notifications
You must be signed in to change notification settings - Fork 330
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
Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 #3809
Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 #3809
Conversation
|
Codecov Report
@@ Coverage Diff @@
## master #3809 +/- ##
==========================================
+ Coverage 75.38% 75.42% +0.04%
==========================================
Files 303 303
Lines 25923 26009 +86
==========================================
+ Hits 19541 19618 +77
- Misses 5360 5367 +7
- Partials 1022 1024 +2
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
af67949
to
7c858ab
Compare
Kudos, SonarCloud Quality Gate passed! |
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
7c858ab
to
27179f7
Compare
|
🚨 Fail code review process for file go.mod.
|
🚨 Fail code review process for file go.sum.
|
…s/client_golang-1.11.1
Kudos, SonarCloud Quality Gate passed! |
|
🚨 Fail code review process for file go.mod.
|
🚨 Fail code review process for file go.sum.
|
ChatGPT's review about
Here's an updated version of the code with these improvements:
In this version, the job name has been changed to "Run ChatGPT Code Review", the permissions have been limited to only what the job needs, the |
ChatGPT's review about
Here's a revised version of the code with these improvements: name: ci
on:
pull_request:
branches: [master]
workflow_dispatch:
permissions:
contents: read
pull-requests: read
packages: write
env:
GO111MODULE: on
GO_VERSION: 1.18.5
jobs:
ci:
name: ci flow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# with:
# submodules: recursive
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
cache: true
- name: Build Go
run: go build ./...
- name: Run Test
id: unittest
run: |
go install golang.org/x/lint/[email protected]
go install github.com/dave/courtney@latest
go mod tidy
golint -set_exit_status $(go list ./...)
#go get -u github.com/dave/courtney@038390a12707e2d91979d2ca77a71597f4afe400
./go.test.sh
#make test
go test -run=XXX -bench=. $(go list ./crypto)
bash <(curl -s https://codecov.io/bash)
- name: Make Minicluster
id: minicluster
run: |
make minicluster In this revised version, the |
🚨 Fail code review process for file api/coreservice_test.go.
|
🚨 Fail code review process for file api/serverV2.go.
|
🚨 Fail code review process for file go.mod.
|
🚨 Fail code review process for file go.sum.
|
Bumps github.com/prometheus/client_golang from 1.11.0 to 1.11.1.
Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
... (truncated)
Commits
989baa3
promhttp: Check validity of method and code label values (#962) (#987)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.