From c3a3d706a587e97c8bda51e433f998632a1fba31 Mon Sep 17 00:00:00 2001 From: Jon Johnson Date: Mon, 25 Sep 2023 14:40:35 -0700 Subject: [PATCH] from main --- .github/workflows/mega-module.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/mega-module.yaml b/.github/workflows/mega-module.yaml index fba209a..b2206f3 100644 --- a/.github/workflows/mega-module.yaml +++ b/.github/workflows/mega-module.yaml @@ -49,7 +49,6 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: repository: jonjohnsonjr/opentofu - ref: statefile - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.1.5 with: go-version: '1.21' @@ -63,7 +62,7 @@ jobs: path: tf-apko - working-directory: tf-apko - run: go build . + run: go mod tidy && go build . # Make cosign/crane CLI available to the tests - uses: sigstore/cosign-installer@v3.1.1