File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 80
80
shell : alpine.sh --root {0}
81
81
run : apk add git cmake gcc g++ make go
82
82
- name : Build & Test
83
+ shell : alpine.sh --root {0}
83
84
run : |
84
85
make gocore
85
86
make test
Original file line number Diff line number Diff line change 26
26
run : |
27
27
docker buildx create --use
28
28
docker buildx build \
29
- --platform linux/amd64,linux/arm64,linux/riscv64 \
29
+ --platform linux/amd64,linux/arm64 \
30
30
--tag ghcr.io/core-coin/go-core:${{ steps.version.outputs.tag }} \
31
31
--tag ghcr.io/core-coin/go-core:latest \
32
32
--push .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/cloudflare/cloudflare-go v0.10.2
12
12
github.com/core-coin/ed448 v1.0.2
13
13
github.com/core-coin/go-goldilocks v1.0.17
14
- github.com/core-coin/go-randomy v0.0.20
14
+ github.com/core-coin/go-randomy v0.0.21
15
15
github.com/core-coin/uint256 v1.0.0
16
16
github.com/davecgh/go-spew v1.1.1
17
17
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ github.com/core-coin/ed448 v1.0.2 h1:t9fwBGw8i3HN8cISUlt4GA3TpYPNPR6xD09qtCuoyFA
80
80
github.com/core-coin/ed448 v1.0.2 /go.mod h1:/S7hge2XKh2GI/dFp551tIsXDGGD6OU/CSRId+/OjII =
81
81
github.com/core-coin/go-goldilocks v1.0.17 h1:NLXGS0pbwrTfWo6ocPUxiTCMPIELVq9FtYdlrpJrm7U =
82
82
github.com/core-coin/go-goldilocks v1.0.17 /go.mod h1:3GiDQX2tf7aIhnQoyL+N3pwU3a3IUuCeaFdOOFXCF/8 =
83
- github.com/core-coin/go-randomy v0.0.20 h1:ucbQW+ZMGH3PP6lqJ+fc3MNH9dlQVJpvsQTux4vhlRQ =
84
- github.com/core-coin/go-randomy v0.0.20 /go.mod h1:gSn1tIjmiJC7c6GWbBXRlb75xvrruJZu3c/gDehBLCU =
83
+ github.com/core-coin/go-randomy v0.0.21 h1:ImaAldP7HSEwWbC7+AMN3QzpxUN2MPp2MyZPdxtA6Vc =
84
+ github.com/core-coin/go-randomy v0.0.21 /go.mod h1:gSn1tIjmiJC7c6GWbBXRlb75xvrruJZu3c/gDehBLCU =
85
85
github.com/core-coin/uint256 v1.0.0 h1:AzgINl9YCnYDRJBlqFlWsVb4sr814LcvPAvkPyVBFVo =
86
86
github.com/core-coin/uint256 v1.0.0 /go.mod h1:rrinB/+X6+31MswTK2xwoFGi8i75SH1ILSsRSoOFa1I =
87
87
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d /go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU =
You can’t perform that action at this time.
0 commit comments