Skip to content

Commit

Permalink
bump go version as in NVIDIA#25
Browse files Browse the repository at this point in the history
  • Loading branch information
cfhammill committed Oct 31, 2023
1 parent f97df25 commit 5766688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ To build from source, please follow one of the methods below.
```
${DOCKER} run \
-v $(pwd):/dest \
golang:1.17 \
golang:1.20.1 \
sh -c "
go install github.com/NVIDIA/mig-parted/cmd/nvidia-mig-parted@latest
mv /go/bin/nvidia-mig-parted /dest/nvidia-mig-parted
Expand Down

0 comments on commit 5766688

Please sign in to comment.