File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ make qualify # Full check: test + lint + e2e + scan
4747
4848| Tool | Purpose | Installation |
4949| ------| ---------| --------------|
50- | ** Go 1.25 +** | Language runtime | [ golang.org/dl] ( https://golang.org/dl/ ) |
50+ | ** Go 1.26 +** | Language runtime | [ golang.org/dl] ( https://golang.org/dl/ ) |
5151| ** make** | Build automation | Pre-installed on macOS; ` apt install make ` on Ubuntu/Debian |
5252| ** git** | Version control | Pre-installed on most systems |
5353| ** Docker** | Container builds | [ docs.docker.com/get-docker] ( https://docs.docker.com/get-docker/ ) |
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ aicr --version
8282### Option 4: Build from Source
8383
8484** Requirements:**
85- - Go 1.25 or higher
85+ - Go 1.26 or higher
8686
8787``` shell
8888go install github.com/NVIDIA/aicr/cmd/aicr@latest
You can’t perform that action at this time.
0 commit comments