Skip to content

Commit

Permalink
sei 3.9.0 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Apr 30, 2024
1 parent 238ece1 commit ac63081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sei-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- 3.7.0
- 3.8.0
- 3.8.2
- 3.9.0

include:
# Include Defaults (keep at top)
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit ac63081

Please sign in to comment.