From f46e0e45f1fc14063d0f4e5dc8e59490994e596e Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Tue, 2 Jul 2024 12:51:41 -0700 Subject: [PATCH] ci: tests with Go 1.23rc1 Signed-off-by: Takeshi Yoneda --- .github/workflows/commit.yaml | 2 ++ .github/workflows/examples.yaml | 1 + .github/workflows/integration.yaml | 1 + 3 files changed, 4 insertions(+) diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index f3b4922c95..9e486717ae 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -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) @@ -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: diff --git a/.github/workflows/examples.yaml b/.github/workflows/examples.yaml index 36fecedb9b..d75571ea4d 100644 --- a/.github/workflows/examples.yaml +++ b/.github/workflows/examples.yaml @@ -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" diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 395e2d94d5..6df670babc 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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