-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump otel to v0.95.0 * update mdatagen, make generate * test reverting go mod version * bump go version to 1.21
- Loading branch information
1 parent
1e95468
commit e68a335
Showing
73 changed files
with
3,490 additions
and
2,658 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
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 |
---|---|---|
|
@@ -13,9 +13,9 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.20" | ||
go-version: "1.21" | ||
check-latest: true | ||
cache-dependency-path: '**/go.sum' | ||
cache-dependency-path: "**/go.sum" | ||
- name: Run GoReleaser | ||
uses: goreleaser/goreleaser-action@v5 | ||
with: | ||
|
@@ -73,9 +73,9 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.20" | ||
go-version: "1.21" | ||
check-latest: true | ||
cache-dependency-path: '**/go.sum' | ||
cache-dependency-path: "**/go.sum" | ||
- name: Run GoReleaser | ||
uses: goreleaser/goreleaser-action@v5 | ||
with: | ||
|
@@ -139,9 +139,9 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.20" | ||
go-version: "1.21" | ||
check-latest: true | ||
cache-dependency-path: '**/go.sum' | ||
cache-dependency-path: "**/go.sum" | ||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/setup-buildx-action@v2 | ||
|
@@ -193,7 +193,7 @@ jobs: | |
COSIGN_PWD: ${{ secrets.ORG_COSIGN_PWD }} | ||
# Create artifact bundle and upload to release | ||
- name: Create artifact archive | ||
run : | | ||
run: | | ||
mkdir artifacts | ||
cp ./scripts/install/*.sh ./artifacts | ||
cp ./observiq-otel-collector.msi/observiq-otel-collector.msi ./artifacts | ||
|
@@ -208,7 +208,7 @@ jobs: | |
uses: AButler/[email protected] | ||
with: | ||
repo-token: ${{ secrets.ORG_GORELEASER_GITHUB_TOKEN }} | ||
files: 'observiq-otel-collector-${{ github.ref_name }}-artifacts.tar.gz' | ||
files: "observiq-otel-collector-${{ github.ref_name }}-artifacts.tar.gz" | ||
release-tag: ${{ github.ref_name }} | ||
# Trigger installation tests in otel-collector-installer-testing | ||
- name: Trigger Installation Testing | ||
|
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 |
---|---|---|
|
@@ -95,7 +95,7 @@ install-tools: | |
go install github.com/client9/misspell/cmd/[email protected] | ||
go install github.com/google/[email protected] | ||
go install github.com/mgechev/[email protected] | ||
go install github.com/open-telemetry/opentelemetry-collector-contrib/cmd/mdatagen@v0.94.0 | ||
go install github.com/open-telemetry/opentelemetry-collector-contrib/cmd/mdatagen@v0.95.0 | ||
go install github.com/securego/gosec/v2/cmd/[email protected] | ||
# update cosign in release.yml when updating this version | ||
go install github.com/sigstore/cosign/cmd/[email protected] | ||
|
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.