Skip to content

Commit 42e8ff5

Browse files
authored
docs(site): align Go version requirements to 1.26 (#362)
1 parent c5a9115 commit 42e8ff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/content/docs/project/development.md

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

site/content/docs/user/installation.md

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

0 commit comments

Comments
 (0)