Skip to content

Commit

Permalink
[chore] Exclude Go 1.21 ARM CI from matrix (#32450)
Browse files Browse the repository at this point in the history
**Description:**
 Exclude running tests on Go 1.21 with ARM CI.

**Link to tracking Issue:**
#32447
  • Loading branch information
atoulme authored Apr 16, 2024
1 parent de3cc54 commit 620342b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ jobs:
matrix:
go-version: ["1.22.2", "1.21.9"] # 1.20 is interpreted as 1.2 without quotes
runner: [ubuntu-latest, actuated-arm64-4cpu-4gb]
exclude:
- go-version: "1.21.9"
runner: actuated-arm64-4cpu-4gb
group:
- receiver-0
- receiver-1
Expand Down

0 comments on commit 620342b

Please sign in to comment.