Skip to content

Commit 5e75096

Browse files
committed
2025.2.1 patch release code merge
1 parent abb70e8 commit 5e75096

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ go get github.com/intel/oneapi-cli
1818
Alternatively see the tags/releases for a binary build for your OS.
1919

2020
## Building
21-
Go 1.24.1 should be used to build the CLI/TUI app.
21+
Go 1.24.4 should be used to build the CLI/TUI app.
2222

2323
```bash
2424
git clone https://github.com/intel/oneapi-cli.git

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/intel/oneapi-cli
22

3-
go 1.24.1
3+
go 1.24.4
44

55
require (
66
github.com/gdamore/tcell v1.4.0

0 commit comments

Comments
 (0)