Skip to content

Commit 5102387

Browse files
authored
Merge pull request containerd#9946 from austinvazquez/use-go-version-from-matrix
Use the Go toolchain in CI matrix to build binaries
2 parents 756e220 + 7ac9d69 commit 5102387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ jobs:
192192
steps:
193193
- uses: actions/checkout@v4
194194
- uses: ./.github/actions/install-go
195+
with:
196+
go-version: ${{ matrix.go-version }}
195197
- name: Make
196198
run: |
197199
make build

0 commit comments

Comments
 (0)