Skip to content

Commit

Permalink
ci: tests with Go 1.23rc2 (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathetake committed Jul 18, 2024
1 parent 9a19a04 commit c077eab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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.2" # 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.2" # 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/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.2" # Test the pending next version

steps:
- id: setup-go
Expand Down
2 changes: 1 addition & 1 deletion internal/integration_test/stdlibs/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var (
args = append(args,
"-test.skip=TestRenameCaseDifference/dir|"+
"TestDirFSPathsValid|TestDirFS|TestDevNullFile|"+
"TestOpenError|TestSymlinkWithTrailingSlash")
"TestOpenError|TestSymlinkWithTrailingSlash|TestCopyFS")
}
c = c.WithArgs(args...)

Expand Down

0 comments on commit c077eab

Please sign in to comment.