erigon-pulse/cmd/release/go.mod
Max Revitt bf1d08c8cc
feat(release): github action, build script, and release manager (#6818)
- [x] setup infra
- [x] provide readme
- [x] setup secrets (keys) for infra
- [x] resolve todos
- [x] remove unnecessary test actions triggers
- [x] update go path (should be installed on runner properly - unlike my
self hosted quick setup)
- [x] provide docs on using checksum and signature to verify the binary
2023-03-03 10:11:28 +00:00

6 lines
109 B
Modula-2

module github.com/ledgerwatch/erigon/cmd/release/v2
go 1.19
require github.com/hashicorp/go-version v1.6.0