Skip to content

Commit 775fd10

Browse files
yalmusafCopilot
andcommitted
Update .github/workflows/dme-amdsmi-ci.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3315c64 commit 775fd10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dme-amdsmi-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,9 @@ jobs:
217217
- name: Install Go Protobuf Tools
218218
run: |
219219
export PATH="/usr/local/go/bin:${HOME}/go/bin:${PATH}"
220-
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
221-
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
220+
# Pin protoc-gen-go and protoc-gen-go-grpc versions for reproducible CI
221+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2
222+
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
222223
223224
- name: Build Device Metrics Exporter
224225
timeout-minutes: 15

0 commit comments

Comments
 (0)