File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 - name : Set up Go
7878 uses : actions/setup-go@v5
7979 with :
80- go-version : stable
80+ go-version : 1.26
8181 cache : true
8282 cache-dependency-path : |
8383 go.sum
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ See the [API documentation](./docs/api) for details
103103
104104### 🧰 Prerequisites
105105
106- - [ Go] ( https://go.dev/ ) 1.25 or newer
106+ - [ Go] ( https://go.dev/ ) 1.26 or newer
107107- USBIP installed
108108- (Optional) [ Make] ( https://www.gnu.org/software/make/ )
109109 - Linux/macOS: Usually pre-installed
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ Building from source is only necessary if you need to modify VIIPER or target an
224224
225225### Prerequisites
226226
227- - [ Go] ( https://go.dev/ ) 1.25 or newer
227+ - [ Go] ( https://go.dev/ ) 1.26 or newer
228228- USBIP installed
229229- (Optional) [ Make] ( https://www.gnu.org/software/make/ )
230230 - Linux/macOS: Usually pre-installed
Original file line number Diff line number Diff line change 11module github.com/Alia5/VIIPER
22
3- go 1.25
3+ go 1.26
44
55require (
66 github.com/alecthomas/kong v1.13.0
You can’t perform that action at this time.
0 commit comments