Update go version to 1.25
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.24"
|
go-version: "1.25"
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
|||||||
module github.com/getprobo/probo
|
module github.com/getprobo/probo
|
||||||
|
|
||||||
go 1.24
|
go 1.25
|
||||||
|
|
||||||
// https://github.com/jaytaylor/html2text/issues/67
|
// https://github.com/jaytaylor/html2text/issues/67
|
||||||
replace github.com/olekukonko/tablewriter => github.com/olekukonko/tablewriter v0.0.5
|
replace github.com/olekukonko/tablewriter => github.com/olekukonko/tablewriter v0.0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user