-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update modules to v1.26.0 * chore(ci): Updated runner for windows test and build to 8 core box (#1085) Updated runner for windows test and build to 8 core box Signed-off-by: Corbin Phelps <[email protected]> * feat: Remove PowerShell requirement from the MSI (#1084) * Swapped powershell script to batch file Signed-off-by: Corbin Phelps <[email protected]> * Fixed paths in manual msi build Signed-off-by: Corbin Phelps <[email protected]> * Fixed bad XML Signed-off-by: Corbin Phelps <[email protected]> * Set before on set property Signed-off-by: Corbin Phelps <[email protected]> * Setting command prompt differently Signed-off-by: Corbin Phelps <[email protected]> * Added quotes around custom action install Signed-off-by: Corbin Phelps <[email protected]> * Removed extra path slash from bat file Signed-off-by: Corbin Phelps <[email protected]> * Use SetProperty, CALL --------- Signed-off-by: Corbin Phelps <[email protected]> Co-authored-by: Corbin Phelps <[email protected]> * deps: Update OTel v0.78.0 (#1086) * update otel * Bump ottl to include body indexing * deps: Match bindplane-op tool versions (#1104) * Match bindplane-op tool versions * Update goreleaser in actions * deps(dependabot): Dependabot 05 31 2023 (#1105) * Updated github.stretchr/testify to v1.8.4 Signed-off-by: Corbin Phelps <[email protected]> * Updated google.golang.org/api to v0.125.0 Signed-off-by: Corbin Phelps <[email protected]> --------- Signed-off-by: Corbin Phelps <[email protected]> * deps(mdatagen): Updated mdatagen and ran make generate (#1106) Updated mdata gen and ran make generate Signed-off-by: Corbin Phelps <[email protected]> --------- Signed-off-by: Corbin Phelps <[email protected]> Co-authored-by: Brandon Johnson <[email protected]> Co-authored-by: Nico Stewart <[email protected]>
- Loading branch information
1 parent
50d1297
commit ae4b740
Showing
78 changed files
with
2,457 additions
and
2,311 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
go install github.com/uw-labs/[email protected] | ||
lichen --config=./license.yaml $(find dist/collector_* dist/updater_*) | ||
build_windows: | ||
runs-on: windows-2022 | ||
runs-on: windows-2022-8-cores | ||
steps: | ||
- name: Checkout Sources | ||
uses: actions/checkout@v3 | ||
|
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 |
---|---|---|
|
@@ -85,13 +85,13 @@ build-windows-x86: | |
install-tools: | ||
go install github.com/client9/misspell/cmd/[email protected] | ||
go install github.com/google/[email protected] | ||
go install github.com/goreleaser/goreleaser@v1.16.1 | ||
go install github.com/mgechev/revive@v1.2.3 | ||
go install github.com/open-telemetry/opentelemetry-collector-contrib/cmd/mdatagen@v0.76.3 | ||
go install github.com/securego/gosec/v2/cmd/gosec@v2.15.0 | ||
go install github.com/goreleaser/goreleaser@v1.18.2 | ||
go install github.com/mgechev/revive@v1.3.1 | ||
go install github.com/open-telemetry/opentelemetry-collector-contrib/cmd/mdatagen@v0.78.0 | ||
go install github.com/securego/gosec/v2/cmd/gosec@v2.16.0 | ||
go install github.com/sigstore/cosign/cmd/[email protected] | ||
go install github.com/uw-labs/[email protected] | ||
go install github.com/vektra/mockery/v2@v2.20.0 | ||
go install github.com/vektra/mockery/v2@v2.28.1 | ||
go install golang.org/x/tools/cmd/goimports@latest | ||
|
||
.PHONY: lint | ||
|
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.