Use the Go toolchain in CI matrix to build binaries

Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
Austin Vazquez 2024-03-08 00:35:36 +00:00
parent 756e22005f
commit 7ac9d6909c
No known key found for this signature in database
GPG Key ID: 5F5F4008442CADB8

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