Use the Go toolchain in CI matrix to build binaries
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
parent
756e22005f
commit
7ac9d6909c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user