From 67ddce4525d944dab4ddfbbe2b596eb83cb86f7e Mon Sep 17 00:00:00 2001 From: Catarina Paralta <46568597+paralta@users.noreply.github.com> Date: Fri, 3 Nov 2023 17:33:02 +0000 Subject: [PATCH] ci: get go version from go.mod file (#56) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fd03388..96d3577 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: ${{ env.GO_VERSION }} + go-version-file: 'grype-server/go.mod' - name: Run verification run: make check