Feature/update go geth sharding (#162)
* Update geth version: 1.10.18 * Upgrade to Go18 and fix broken interfaces * Update Go version in dockerfile * Update make file to download dependencies * Update go version for integration tests. * update file name * install packages. * Update gingko version and secret * Update unit test download package * Update vulcanize dependencies * Update commands for calling unit tests * Use latest version of statediff * Update go, geth, and tests * Update all the quotes * Update stack-orchestrator * Update docker-compose ref * Add ipld-eth-db locally * Deploy contracts * Update tests.yaml * Update config file properly * Fix steps for integration test after geth update Co-authored-by: nabarun <nabarun@deepstacksoft.com>
This commit was merged in pull request #162.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.16-alpine as builder
|
||||
FROM golang:1.18-alpine as builder
|
||||
|
||||
RUN apk --update --no-cache add make git g++ linux-headers
|
||||
# DEBUG
|
||||
|
||||
Reference in New Issue
Block a user