-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update OpenTelemetry & Jaeger
- Loading branch information
1 parent
aaf635b
commit 7316644
Showing
14 changed files
with
874 additions
and
890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
go: [ "1.19", "1.20" ] | ||
go: [ "1.21", "1.22" ] | ||
package: [ "common", "influx2otel", "otel2influx", "jaeger-influxdb", "tests-integration" ] | ||
exclude: | ||
- go: 1.19 | ||
|
@@ -44,7 +44,7 @@ jobs: | |
- name: staticcheck | ||
run: > | ||
go install honnef.co/go/tools/cmd/[email protected].3 && | ||
go install honnef.co/go/tools/cmd/[email protected].7 && | ||
cd ${{ matrix.package }} && | ||
staticcheck -f stylish ./... | ||
|
@@ -62,6 +62,6 @@ jobs: | |
|
||
- name: build | ||
run: > | ||
go install go.opentelemetry.io/collector/cmd/builder@v0.87.0 && | ||
go install go.opentelemetry.io/collector/cmd/builder@v0.88.0 && | ||
cd otelcol-influxdb && | ||
builder --config build.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.