We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abb70e8 + 5e75096 commit ffbf96fCopy full SHA for ffbf96f
README.md
@@ -18,7 +18,7 @@ go get github.com/intel/oneapi-cli
18
Alternatively see the tags/releases for a binary build for your OS.
19
20
## Building
21
-Go 1.24.1 should be used to build the CLI/TUI app.
+Go 1.24.4 should be used to build the CLI/TUI app.
22
23
```bash
24
git clone https://github.com/intel/oneapi-cli.git
go.mod
@@ -1,6 +1,6 @@
1
module github.com/intel/oneapi-cli
2
3
-go 1.24.1
+go 1.24.4
4
5
require (
6
github.com/gdamore/tcell v1.4.0
0 commit comments