Skip to content
Snippets Groups Projects
Unverified Commit 67d12a13 authored by capossele's avatar capossele
Browse files

:arrow_up: Bump golang version

parent 32ed0e11
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ services: ...@@ -13,7 +13,7 @@ services:
entry_node: entry_node:
container_name: entry_node container_name: entry_node
image: golang:1.14 image: golang:1.14.4
entrypoint: /go/bin/main entrypoint: /go/bin/main
command: > command: >
--config-dir=/tmp --config-dir=/tmp
...@@ -35,7 +35,7 @@ services: ...@@ -35,7 +35,7 @@ services:
peer_master: peer_master:
container_name: peer_master container_name: peer_master
image: golang:1.14 image: golang:1.14.4
entrypoint: /go/bin/main entrypoint: /go/bin/main
command: > command: >
--config-dir=/tmp --config-dir=/tmp
...@@ -53,7 +53,7 @@ services: ...@@ -53,7 +53,7 @@ services:
- entry_node - entry_node
peer_replica: peer_replica:
image: golang:1.14 image: golang:1.14.4
entrypoint: /go/bin/main entrypoint: /go/bin/main
command: > command: >
--config-dir=/tmp --config-dir=/tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment