Poseidon Sponge Hash implemented (#45)

* Poseidon Sponge Hash implemented
* Linter fixes and GHA go versions updated
This commit is contained in:
Oleksandr Brezhniev
2022-02-09 14:11:35 +02:00
committed by GitHub
parent d53d6303be
commit f4972de131
4 changed files with 116 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v2
- name: Lint

View File

@@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.13.x, 1.14.x ]
go-version: [ 1.16.x, 1.17.x ]
goarch: [ "amd64", "386" ]
runs-on: ubuntu-latest
steps: