Skip to content

Commit

Permalink
[chore] Update go versions in CI (open-telemetry#10119)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth authored May 8, 2024
1 parent 9bc3249 commit 7b63bfc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "~1.22.2"
go-version: "~1.22.3"
cache: false
- name: Cache Go
id: go-cache
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
strategy:
matrix:
runner: [ubuntu-latest]
go-version: ["~1.22", "~1.21.9"] # 1.20 needs quotes otherwise it's interpreted as 1.2
go-version: ["~1.22", "~1.21.10"] # 1.20 needs quotes otherwise it's interpreted as 1.2
runs-on: ${{ matrix.runner }}
needs: [setup-environment]
steps:
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tidy-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ~1.21.9
go-version: ~1.21.10
cache: false
- name: Cache Go
id: go-cache
Expand Down

0 comments on commit 7b63bfc

Please sign in to comment.