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:
commit
51023872dd
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