Skip to content

Commit

Permalink
Dong/updateto1.19 (#4216) (#4226)
Browse files Browse the repository at this point in the history
* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json

* test osmosis_e2e docker

* test osmosis_e2e docker

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

* update (#6)

* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json (#4173)

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

---------

Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>

* test osmosis_e2e docker

* test osmosis_e2e docker

* #4070

* Update push-dev-docker-images.yml

* update to go1.19

* only update tests/localosmosis

* missing

---------

Co-authored-by: Master Pi <minh.vln140501@gmail.com>
Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
(cherry picked from commit d92be8b)

Co-authored-by: Dong <93205232+DongLieu@users.noreply.github.com>
  • Loading branch information
mergify[bot] and DongLieu authored Feb 5, 2023
1 parent b163ad2 commit 6d88616
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Empty file modified scripts/multinode-local-testnet.md
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion tests/localosmosis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
dockerfile: Dockerfile
args:
RUNNER_IMAGE: alpine:3.16
GO_VERSION: 1.18
GO_VERSION: 1.19
volumes:
- ./scripts/nativeDenomPoolA.json:/osmosis/nativeDenomPoolA.json
- ./scripts/nativeDenomPoolB.json:/osmosis/nativeDenomPoolB.json
Expand Down
2 changes: 1 addition & 1 deletion tests/localosmosis/state_export/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
dockerfile: Dockerfile
args:
RUNNER_IMAGE: alpine:3.16
GO_VERSION: 1.18
GO_VERSION: 1.19
volumes:
- ./scripts/start.sh:/osmosis/start.sh
- ./scripts/testnetify.py:/osmosis/testnetify.py
Expand Down
4 changes: 2 additions & 2 deletions tests/localrelayer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
dockerfile: Dockerfile
args:
RUNNER_IMAGE: alpine:3.16
GO_VERSION: 1.18
GO_VERSION: 1.19
volumes:
- ./scripts/setup_chain.sh:/osmosis/setup.sh
- $HOME/.osmosisd-local-a/:/osmosis/.osmosisd/
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
dockerfile: Dockerfile
args:
RUNNER_IMAGE: alpine:3.16
GO_VERSION: 1.18
GO_VERSION: 1.19
volumes:
- ./scripts/setup_chain.sh:/osmosis/setup.sh
- $HOME/.osmosisd-local-b/:/osmosis/.osmosisd/
Expand Down

0 comments on commit 6d88616

Please sign in to comment.