Merge pull request #9946 from austinvazquez/use-go-version-from-matrix

Use the Go toolchain in CI matrix to build binaries
This commit is contained in:
Phil Estes
2024-03-08 02:52:25 +00:00
committed by GitHub

View File

@@ -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