Skip to content

Commit

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

Expand Down Expand Up @@ -113,7 +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.23.0-rc.2" # Test the pending next version
- "1.22" # Current Go version
- "1.20" # Floor Go version of wazero (current - 2)
arch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
go-version:
- "1.21"
- "1.22"
- "1.23.0-rc.1" # Test the pending next version
- "1.23.0-rc.2" # Test the pending next version

steps:
- id: setup-go
Expand Down

0 comments on commit 1665b64

Please sign in to comment.