Update go version to 1.25

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-08-13 10:35:38 +02:00
parent d65bc5f7e2
commit bfeddf37f4
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.25"
- name: Set up Node.js
uses: actions/setup-node@v4

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/getprobo/probo
go 1.24
go 1.25
// https://github.com/jaytaylor/html2text/issues/67
replace github.com/olekukonko/tablewriter => github.com/olekukonko/tablewriter v0.0.5