From 09ab3e1ba2f5e9aa340985d7406fa24fb48e4024 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 8 Jul 2024 20:07:54 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 45a614b..bf1c293 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: matrix: go-version: [1.17.x] os: [ubuntu-latest] - igo: [yaegi, ssa, gomacro] + igo: [yaegi, ssa] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3