-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created on 2024-04-22. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Edward McFarlane <[email protected]>
- Loading branch information
1 parent
1607d07
commit 5370d4a
Showing
3 changed files
with
23 additions
and
22 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
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
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
GO_ALL_REPO_PKGS := ./cmd/... ./private/... | ||
# TODO: Remove otel v1.24.0 when we no longer need to support Golang <1.21 | ||
# TODO: Remove go-winio v0.6.1 and otel v1.24.0 when we no longer need to support Golang <1.21 | ||
GO_GET_PKGS := $(GO_GET_PKGS) \ | ||
github.com/Microsoft/[email protected] \ | ||
go.opentelemetry.io/[email protected] \ | ||
go.opentelemetry.io/otel/[email protected] \ | ||
go.opentelemetry.io/otel/[email protected] \ | ||
|