Merge pull request #9946 from austinvazquez/use-go-version-from-matrix

Use the Go toolchain in CI matrix to build binaries
This commit is contained in:
Phil Estes 2024-03-08 02:52:25 +00:00 committed by GitHub
commit 51023872dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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