Skip to content

Commit 9138da4

Browse files
authored
Merge pull request #9951 from austinvazquez/release-1.7-backport-use-matrix-go-version
[release/1.7] Backport use Go toolchain in CI matrix to build binaries
2 parents 17cbd50 + a9bbbef commit 9138da4

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)