From ac6308165f22f6bd7b308ec327eadf98973b6fd2 Mon Sep 17 00:00:00 2001 From: tuky191 Date: Tue, 30 Apr 2024 20:30:13 +0200 Subject: [PATCH] sei 3.9.0 upgrade --- .github/workflows/sei-build.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 }}