Skip to content

Commit 10f1007

Browse files
committed
Merge remote-tracking branch 'origin/main' into docs/launch-prep
2 parents 777559b + 42e8ff5 commit 10f1007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/docs/project/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/) |

site/docs/user/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
8888
go install github.com/NVIDIA/aicr/cmd/aicr@latest

0 commit comments

Comments
 (0)