diff --git a/.github/workflows/sei-build.yml b/.github/workflows/sei-build.yml index c9ccb33..9512140 100644 --- a/.github/workflows/sei-build.yml +++ b/.github/workflows/sei-build.yml @@ -57,6 +57,7 @@ jobs: - 3.7.0 - 3.8.0 - 3.8.2 + - 3.9.0 include: # Include Defaults (keep at top) @@ -107,6 +108,9 @@ jobs: - version: "3.8.2" go_version: "1.21" build_command: "CGO_ENABLED=1 make install" + - version: "3.9.0" + go_version: "1.21" + build_command: "CGO_ENABLED=1 make install" with: binary: ${{ matrix.binary }}