Commit Graph

5 Commits

Author SHA1 Message Date
Leo 7e366b5da6 Update all Go dependencies to latest
...except for libp2p, which broke compatibility
between go-libp2p and go-libp2p-core:

https://github.com/libp2p/go-libp2p-core/issues/168

I explicitly updated all transitive dependencies using
go get -u ./..., so the top-level go.mod file grew to include those.
2020-10-16 20:48:53 +02:00
Leo 6ba9462d0a Source local_go.sh 2020-10-16 19:39:36 +02:00
Leo 857a2fac07 dev-install.sh: fix idempotency, add instructions to source env 2020-08-18 11:45:33 +02:00
Leo 5ff60ca001 dev-install.sh: bump k3s to v1.18.8+k3s1 2020-08-18 11:39:28 +02:00
Leo d8c9b41a01 Add builds for protos and the Solana agent
- Build buf and protoc-gen-go and use it to build Go proto packages
- Rename agent proto package to agent.v1 (to prevent namespace collisions and conform to buf's standards)
- Default to DOCKER_BUILDKIT=1 for CI setup
- Add incremental Docker build for solana/agent
- Move build machinery to top level
2020-08-15 22:15:26 +02:00