Skip to content

Commit

Permalink
Merge pull request #9951 from austinvazquez/release-1.7-backport-use-…
Browse files Browse the repository at this point in the history
…matrix-go-version

[release/1.7] Backport use Go toolchain in CI matrix to build binaries
  • Loading branch information
mxpv committed Mar 8, 2024
2 parents 17cbd50 + a9bbbef commit 9138da4
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 9138da4

Please sign in to comment.