Skip to content

Commit

Permalink
Update go version used in GHA Workflows (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-aguilar authored Nov 1, 2022
1 parent 14a4373 commit 8bffc6f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.6
go-version: ~1.18.8

- 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 @@ -80,7 +80,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: '~1.18.6'
go-version: '~1.18.8'

- 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 @@ -50,7 +50,7 @@ env:
DDB_TABLE_NAME: BatchTestCache
MAX_JOBS: 90
BATCH_INCLUDED_SERVICES: EKS,ECS,EC2,EKS_ARM64,EKS_FARGATE
GO_VERSION: ~1.18.6
GO_VERSION: ~1.18.8


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.6'
go-version: '~1.18.8'

- 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.6'
go-version: '~1.18.8'
- 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: actions@github.com
TESTING_FRAMEWORK_REPO: aws-observability/aws-otel-test-framework
GO_VERSION: ~1.18.6
GO_VERSION: ~1.18.8

permissions:
id-token: write
Expand Down

0 comments on commit 8bffc6f

Please sign in to comment.