From 7ac9d6909c6b75fbf345368fee8a4b5764c5df27 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Fri, 8 Mar 2024 00:35:36 +0000 Subject: [PATCH] Use the Go toolchain in CI matrix to build binaries Signed-off-by: Austin Vazquez --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80d826007..86d3d7e44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,6 +192,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/install-go + with: + go-version: ${{ matrix.go-version }} - name: Make run: | make build