-
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.
Limit go-winio to v0.6.1 to avoid require go1.21
- Loading branch information
1 parent
3c69d3b
commit 91a0194
Showing
3 changed files
with
12 additions
and
23 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] \ | ||
|