Merge branch 'main' of github.com:luxfi/crypto

This commit is contained in:
Hanzo AI
2026-05-19 08:44:29 -07:00
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26'
go-version: '1.26.3'
- name: gofmt
if: matrix.cgo == '0'
run: test -z "$(gofmt -s -l .)"
@@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26'
go-version: '1.26.3'
- name: Build
env:
CGO_ENABLED: '0'
+2 -2
View File
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26'
go-version: '1.26.3'
- name: Test
run: make test
@@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26'
go-version: '1.26.3'
- name: Build
env:
CGO_ENABLED: '0'
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26'
go-version: '1.26.3'
- name: Test
env:
CGO_ENABLED: ${{ matrix.cgo }}