We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf4899 commit c39d3f3Copy full SHA for c39d3f3
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Go
25
uses: actions/setup-go@v6
26
with:
27
- go-version: 1.25.2
+ go-version: 1.25.3
28
- name: Checkout
29
uses: actions/checkout@v5
30
- name: install dep
src/go.mod
@@ -2,4 +2,4 @@ module github.com/mathieu-keller/epub-parser
2
3
go 1.23
4
5
-toolchain go1.25.2
+toolchain go1.25.3
0 commit comments