From 1cfce78643bef0de2231d2f3ea156705b4c6e9d8 Mon Sep 17 00:00:00 2001 From: MikaelVallenet Date: Thu, 12 Sep 2024 16:16:38 +0200 Subject: [PATCH] ci(launchpad-grc20): bump gno hash commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 089359f9d4..928b48f5c2 100644 --- a/Makefile +++ b/Makefile @@ -427,7 +427,7 @@ start.gnodev-e2e: .PHONY: clone-gno clone-gno: mkdir -p gnobuild - cd gnobuild && git clone https://github.com/gnolang/gno.git && cd gno && git checkout 9b114172063feaf2da4ae7ebb8263cada3ba699b + cd gnobuild && git clone https://github.com/gnolang/gno.git && cd gno && git checkout 8f800ece85a765113dfa4924da1c06f56865460c cp -r ./gno/p ./gnobuild/gno/examples/gno.land/p/teritori .PHONY: build-gno