Skip to content
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 go.opencensus.io from 0.23.0 to 0.24.0 #83

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
github.actor == 'jaqx0r'
)
steps:
- uses: "actions/github-script@v3"
- uses: "actions/github-script@v4.0.1"
with:
github-token: ${{ github.token }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-done.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3.1.0
- uses: actions/github-script@v4.0.1
with:
script: |
var artifacts = await github.actions.listWorkflowRunArtifacts({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: '^1.x'
- uses: actions/checkout@v2
- uses: actions/cache@v2.1.4
- uses: actions/cache@v2.1.5
id: cache
with:
path: |
Expand All @@ -33,7 +33,7 @@ jobs:
if: steps.cache.output.cache-hit != 'true'
run: make --debug install_deps
- name: restore base benchmark result
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: |
test-results/benchmark-results-master.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-done.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3.1.0
- uses: actions/github-script@v4.0.1
with:
script: |
var artifacts = await github.actions.listWorkflowRunArtifacts({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.x'
- uses: actions/cache@v2.1.4
- uses: actions/cache@v2.1.5
id: cache
with:
path: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.x'
- uses: actions/cache@v2.1.4
- uses: actions/cache@v2.1.5
id: cache
with:
path: ~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.1
uses: golangci/golangci-lint-action@v3.3.0
continue-on-error: true
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
Expand Down
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/google/go-cmp v0.5.5
github.com/google/go-cmp v0.5.8
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/common v0.17.0
go.opencensus.io v0.23.0
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/common v0.38.0
go.opencensus.io v0.24.0
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
)
859 changes: 383 additions & 476 deletions go.sum

Large diffs are not rendered by default.