Skip to content

Commit a9bbbef

Browse files
committed
Use the Go toolchain in CI matrix to build binaries
Signed-off-by: Austin Vazquez <macedonv@amazon.com> (cherry picked from commit 7ac9d69) Signed-off-by: Austin Vazquez <macedonv@amazon.com>
1 parent 17cbd50 commit a9bbbef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ jobs:
195195
steps:
196196
- uses: actions/checkout@v4
197197
- uses: ./.github/actions/install-go
198-
198+
with:
199+
go-version: ${{ matrix.go-version }}
199200
- name: Make
200201
run: |
201202
make build

0 commit comments

Comments
 (0)