We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333f083 commit c5b3936Copy full SHA for c5b3936
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v6
16
with:
17
- go-version: 1.23
+ go-version: 1.25
18
- name: Install kindlegen
19
run: |
20
curl -L https://github.com/lapwat/papeer/releases/download/kindlegen/kindlegen_linux_2.6_i386_v2_9.tar.gz > kindlegen.tar.gz
go.mod
@@ -2,7 +2,7 @@ module github.com/lapwat/papeer
2
3
go 1.23.0
4
5
-toolchain go1.25.1
+toolchain go1.25.2
6
7
require (
8
github.com/JohannesKaufmann/html-to-markdown/v2 v2.4.0
0 commit comments