diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3ab344927..b0cf71896 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/go.mod b/go.mod index 9388f185c..5e92006fe 100644 --- a/go.mod +++ b/go.mod @@ -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