Skip to content

Commit

Permalink
Ensure Go v1.18.9 is used for all builds (#1691) (#1692)
Browse files Browse the repository at this point in the history
* Ensure Go v1.18.9 is used for all builds (#1691)

Signed-off-by: Anthony J Mirabella <[email protected]>

Signed-off-by: Anthony J Mirabella <[email protected]>

* bump version to v0.24.1

Signed-off-by: Anthony J Mirabella <[email protected]>
Co-authored-by: Bryan Aguilar <[email protected]>
  • Loading branch information
Aneurysm9 and bryan-aguilar authored Dec 7, 2022
1 parent 2455784 commit 05b638c
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD-adot-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ~1.18.8
go-version: ~1.18.9

- name: Login to Public Release ECR
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-Operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: '~1.18.8'
go-version: '~1.18.9'

- name: Create test batch key values
id: set-batches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ env:
DDB_TABLE_NAME: BatchTestCache
MAX_JOBS: 90
BATCH_INCLUDED_SERVICES: EKS,ECS,EC2,EKS_ARM64,EKS_FARGATE
GO_VERSION: ~1.18.8
GO_VERSION: ~1.18.9


concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PR-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: ${{ needs.changes.outputs.changed == 'true' }}
uses: actions/setup-go@v3
with:
go-version: '~1.18.8'
go-version: '~1.18.9'

- name: Checkout
if: ${{ needs.changes.outputs.changed == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: '~1.18.8'
go-version: '~1.18.9'
- name: Build aotutil
run: cd testing-framework/cmd/aotutil && make build
- name: Cache aotutil
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
COMMIT_USER: Github Actions
COMMIT_EMAIL: [email protected]
TESTING_FRAMEWORK_REPO: aws-observability/aws-otel-test-framework
GO_VERSION: ~1.18.8
GO_VERSION: ~1.18.9

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.24.0
v0.24.1
13 changes: 13 additions & 0 deletions docs/releases/v0.24.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [v0.24.1](https://github.com/aws-observability/aws-otel-collector/tree/v0.24.1) (2022-12-07)

[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.24.0...v0.24.1)

**Merged pull requests:**

- Ensure Go v1.18.9 is used for all builds [\#1691](https://github.com/aws-observability/aws-otel-collector/pull/1691) ([Aneurysm9](https://github.com/Aneurysm9))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module-sets:
#Github Repo for Go Multimod: https://github.com/open-telemetry/opentelemetry-go-build-tools/tree/main/multimod
#Goals: Centralize all the module set into one files and use this version yaml to manage all the module set during the release.
adot-base:
version: v0.24.0
version: v0.24.1
modules:
- github.com/aws-observability/aws-otel-collector
- github.com/aws-observability/aws-otel-collector/pkg/lambdacomponents
Expand Down

0 comments on commit 05b638c

Please sign in to comment.