From ef1dd5bdf638a1f42c98c70a9292b4b9a58a3467 Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:18:37 -0600 Subject: [PATCH] attempt ci without lib/go/contracts --- .github/workflows/ci.yml | 2 +- lib/go/Makefile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05aa595..bba6481 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: '1.20.x' - uses: actions/cache@v1 with: path: ~/go/pkg/mod diff --git a/lib/go/Makefile b/lib/go/Makefile index cccccc9..7a0534f 100644 --- a/lib/go/Makefile +++ b/lib/go/Makefile @@ -1,9 +1,7 @@ .PHONY: generate generate: - $(MAKE) generate -C contracts $(MAKE) generate -C templates .PHONY: ci ci: - $(MAKE) ci -C contracts $(MAKE) ci -C templates