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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/actions/install-go
|
- uses: ./.github/actions/install-go
|
||||||
|
with:
|
||||||
|
go-version: ${{ matrix.go-version }}
|
||||||
- name: Make
|
- name: Make
|
||||||
run: |
|
run: |
|
||||||
make build
|
make build
|
||||||
|
Loading…
Reference in New Issue
Block a user