Skip to content

Commit 71ef81a

Browse files
committed
Upgrade to go 1.26
1 parent 370517f commit 71ef81a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.mod

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

3-
go 1.25
3+
go 1.26
44

55
require (
66
github.com/alecthomas/kong v1.13.0

0 commit comments

Comments
 (0)