Skip to content

Commit

Permalink
Merge branch 'aws:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl authored Sep 26, 2023
2 parents 807ccc9 + 2be7788 commit c4c675b
Show file tree
Hide file tree
Showing 69 changed files with 910 additions and 4,293 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
4 changes: 3 additions & 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 Expand Up @@ -64,6 +64,8 @@ jobs:
go mod tidy
go mod edit -replace github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws=github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws@${{ steps.get-latest-commit.outputs.sha }}
go mod tidy
go mod edit -replace github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/stanza=github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/stanza@${{ steps.get-latest-commit.outputs.sha }}
go mod tidy
git commit -am "Update OTel fork components to https://github.com/amazon-contributing/opentelemetry-collector-contrib/commit/${{ steps.get-latest-commit.outputs.sha }}"
git push -u origin HEAD
git config --global --unset user.name
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
285 changes: 159 additions & 126 deletions go.mod

Large diffs are not rendered by default.

619 changes: 327 additions & 292 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 c4c675b

Please sign in to comment.