Skip to content

Commit 970cbb5

Browse files
authored
Merge pull request #4 from volcengine/hotfix/workflow
hotfix: update README.md
2 parents 073b325 + 89e7ba4 commit 970cbb5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ For more details, see our [documents](https://volcengine.github.io/veadk-python/
1212

1313
## Installation
1414

15+
Before you start, make sure you have the following installed:
16+
- Go 1.24.4 or later
17+
18+
1519
```bash
1620
go get github.com/volcengine/veadk-go
1721
```

go.mod

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

3-
go 1.24.10
3+
go 1.24.4
44

55
require (
66
github.com/bytedance/mockey v1.3.2

0 commit comments

Comments
 (0)