Skip to content

Commit

Permalink
Mitigate vulnerabilities in Collector binary (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-bradley authored Oct 16, 2023
1 parent aed25ed commit 261c231
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "~1.21.0"
go-version: "~1.21.3"
check-latest: true
cache-dependency-path: internal/tools/go.sum

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: "~1.21.0"
go-version: "~1.21.3"
- uses: docker/setup-qemu-action@v3
with:
platforms: arm64,ppc64le
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: "~1.21.0"
go-version: "~1.21.3"
- uses: docker/setup-qemu-action@v3
with:
platforms: arm64,ppc64le
Expand Down
3 changes: 3 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ processors:

connectors:
- gomod: go.opentelemetry.io/collector/connector/forwardconnector v0.87.0

replaces:
- google.golang.org/grpc => google.golang.org/grpc v1.58.3

0 comments on commit 261c231

Please sign in to comment.