Skip to content

Commit

Permalink
Use the Go toolchain in CI matrix to build binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
(cherry picked from commit 7ac9d69)
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Mar 8, 2024
1 parent 17cbd50 commit a9bbbef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -195,7 +195,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-go

with:
go-version: ${{ matrix.go-version }}
- name: Make
run: |
make build
Expand Down

0 comments on commit a9bbbef

Please sign in to comment.