Skip to content

Commit

Permalink
ci: tests with Go 1.23rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake committed Jul 2, 2024
1 parent 26d3aeb commit f46e0e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- os: macos-14
arch: arm64
go-version:
- "1.23.0-rc.1" # Test the pending next version
- "1.22" # Current Go version
- "1.20" # Floor Go version of wazero (current - 2)

Expand Down Expand Up @@ -112,6 +113,7 @@ jobs:
fail-fast: false # don't fail fast as sometimes failures are arch/OS specific
matrix: # Use versions consistent with wazero's Go support policy.
go-version:
- "1.23.0-rc.1" # Test the pending next version
- "1.22" # Current Go version
- "1.20" # Floor Go version of wazero (current - 2)
arch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
strategy:
matrix: # Use versions consistent with TinyGo.
go-version:
- "1.23.0-rc.1" # Test the pending next version
- "1.22"
- "1.20"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ jobs:
go-version:
- "1.21"
- "1.22"
- "1.23.0-rc.1" # Test the pending next version

steps:
- id: setup-go
Expand Down

0 comments on commit f46e0e4

Please sign in to comment.