mirror of
https://github.com/luxfi/fhe.git
synced 2026-07-26 23:16:08 +00:00
fix: use valid Go version in CI, revert carry refresh
- Change Go version from 1.25.5 (nonexistent) to 1.23 - Revert Refresh on carry in ScalarAdd which caused Ubuntu failure - Tests pass locally; carry is bootstrapped via HalfAdder operations
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: ['1.25.5']
|
||||
go-version: ['1.23']
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.25.5'
|
||||
go-version: '1.23'
|
||||
|
||||
- name: Build C shared library
|
||||
run: |
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.25.5'
|
||||
go-version: '1.23'
|
||||
|
||||
- name: Build WASM
|
||||
run: |
|
||||
@@ -204,7 +204,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.25.5'
|
||||
go-version: '1.23'
|
||||
|
||||
- name: Run benchmarks
|
||||
env:
|
||||
@@ -226,7 +226,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.25.5'
|
||||
go-version: '1.23'
|
||||
|
||||
- name: Run go vet
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user