Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ For more details, see our [documents](https://volcengine.github.io/veadk-python/

## Installation

Before you start, make sure you have the following installed:
- Go 1.24.4 or later


```bash
go get github.com/volcengine/veadk-go
```
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/volcengine/veadk-go

go 1.24.10
go 1.24.4

require (
github.com/bytedance/mockey v1.3.2
Expand Down