From cc81f232566d0b3a307227a154c3f9e16f7956c3 Mon Sep 17 00:00:00 2001 From: "Jose R. Gonzalez" Date: Tue, 31 Oct 2023 11:24:37 -0500 Subject: [PATCH] Use the go.mod from the PR to setup Golang Signed-off-by: Jose R. Gonzalez --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f643aee3..835d4907 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version-file: go.mod + go-version-file: ./chart-verifier/go.mod - name: Ensure Modules working-directory: ./chart-verifier