Skip to content

Commit

Permalink
Update to OTel v0.113.0 deps (#269)
Browse files Browse the repository at this point in the history
Minor changes for the v0.113.0/v1.19.0 release.
  • Loading branch information
jmacd authored Nov 6, 2024
1 parent 7106849 commit 9f6fbee
Show file tree
Hide file tree
Showing 29 changed files with 698 additions and 662 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.22"
go-version: "1.23"

- name: Build all modules
run: make build
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ endif
BUILDER = builder
.PHONY: $(BUILDER)
builder:
$(GOCMD) install go.opentelemetry.io/collector/cmd/builder@v0.111.0
$(GOCMD) install go.opentelemetry.io/collector/cmd/builder@v0.113.0

.PHONY: genotelarrowcol
genotelarrowcol: builder
Expand Down
24 changes: 12 additions & 12 deletions collector/cmd/otelarrowcol/components.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f6fbee

Please sign in to comment.