sync: update CI config files (#190)
* bump go.mod to Go 1.19 and run go fix * update .github/workflows/go-test.yml * update .github/workflows/go-check.yml * update .github/workflows/release-check.yml * stop using math/rand.Seed, convert fuzz functions to actual fuzzers --------- Co-authored-by: web3-bot <web3-bot@users.noreply.github.com> Co-authored-by: Marten Seemann <martenseemann@gmail.com>
Showing
module github.com/multiformats/go-multiaddr | ||
go 1.18 | ||
go 1.19 | ||
require ( | ||
github.com/ipfs/go-cid v0.0.7 | ||
... | ... |
Please register or sign in to comment