Skip to content

Commit

Permalink
Update OTel fork components to dd840b7 (#862)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Action <[email protected]>
Co-authored-by: Chad Patel <[email protected]>
  • Loading branch information
3 people authored Sep 26, 2023
1 parent 2a3fdf9 commit 2be7788
Show file tree
Hide file tree
Showing 67 changed files with 776 additions and 4,143 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: needs.changes.outputs.lint == 'true'
uses: actions/setup-go@v4
with:
go-version: ~1.19.6
go-version: ~1.20.7
cache: false

- name: Check out code
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
if: needs.changes.outputs.build == 'true'
uses: actions/setup-go@v4
with:
go-version: ~1.19.6
go-version: ~1.20.7
cache: false

- name: Check out code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ~1.19.6
go-version: ~1.20.7

- name: Generate matrix
id: set-matrix
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ~1.19.6
go-version: ~1.20.7

- name: SetOutputs
id: set-outputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/otel-fork-replace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ~1.19.6
go-version: ~1.20.7
cache: false
- name: Update OTel fork components version
id: set-matrix
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ~1.19.6
go-version: ~1.20.7
cache: false

- name: Install rpm
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ~1.19.6
go-version: ~1.20.7

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ~1.19.6
go-version: ~1.20.7

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down
281 changes: 156 additions & 125 deletions go.mod

Large diffs are not rendered by default.

611 changes: 323 additions & 288 deletions go.sum

Large diffs are not rendered by default.

146 changes: 0 additions & 146 deletions plugins/inputs/cadvisor/cadvisor.go

This file was deleted.

9 changes: 0 additions & 9 deletions plugins/inputs/cadvisor/cadvisor_windows.go

This file was deleted.

Loading

0 comments on commit 2be7788

Please sign in to comment.