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 @@ -46,7 +46,7 @@ make qualify # Full check: test + lint + e2e + scan
4646
4747| Tool | Purpose | Installation |
4848| ------| ---------| --------------|
49- | ** Go 1.25 +** | Language runtime | [ golang.org/dl] ( https://golang.org/dl/ ) |
49+ | ** Go 1.26 +** | Language runtime | [ golang.org/dl] ( https://golang.org/dl/ ) |
5050| ** make** | Build automation | Pre-installed on macOS; ` apt install make ` on Ubuntu/Debian |
5151| ** git** | Version control | Pre-installed on most systems |
5252| ** Docker** | Container builds | [ docs.docker.com/get-docker] ( https://docs.docker.com/get-docker/ ) |
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ aicr --version
7979### Option 4: Build from Source
8080
8181** Requirements:**
82- - Go 1.25 or higher
82+ - Go 1.26 or higher
8383
8484``` shell
8585go install github.com/NVIDIA/aicr/cmd/aicr@latest
You can’t perform that action at this time.
0 commit comments