Skip to content

Commit c5b3936

Browse files
committed
chore(deps): update dependency go to v1.25.2
1 parent 333f083 commit c5b3936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v6
1616
with:
17-
go-version: 1.23
17+
go-version: 1.25
1818
- name: Install kindlegen
1919
run: |
2020
curl -L https://github.com/lapwat/papeer/releases/download/kindlegen/kindlegen_linux_2.6_i386_v2_9.tar.gz > kindlegen.tar.gz

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/lapwat/papeer
22

33
go 1.23.0
44

5-
toolchain go1.25.1
5+
toolchain go1.25.2
66

77
require (
88
github.com/JohannesKaufmann/html-to-markdown/v2 v2.4.0

0 commit comments

Comments
 (0)