Skip to content

Commit cb3eb23

Browse files
committed
enable Go in test CI matrix
I'm assuming the default version of Go on the GitHub worker image will be sufficient; if not, we can install a different one explicitly. I'm not enabling the async tests for Go yet, since that will require publishing and installing a build of Go with [this patch](dicej/go@a1c8322); I'll need to do some homework to find out the best way to do that. Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 973aff5 commit cb3eb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
os: [ubuntu-latest, macos-latest, windows-latest]
6161
# moonbit removed from language matrix for now - causing CI failures
62-
lang: [c, rust, csharp, cpp]
62+
lang: [c, rust, csharp, cpp, go]
6363
exclude:
6464
# For now csharp doesn't work on macos, so exclude it from testing.
6565
- os: macos-latest

0 commit comments

Comments
 (0)