From 7ca92be543a794fbab09b3f3c6dab33795f7f0f0 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