Skip to content

Commit c39d3f3

Browse files
fix(deps): bump dependency go from 1.25.2 to 1.25.3 (#31)
| datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.25.2 | 1.25.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0cf4899 commit c39d3f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v6
2626
with:
27-
go-version: 1.25.2
27+
go-version: 1.25.3
2828
- name: Checkout
2929
uses: actions/checkout@v5
3030
- name: install dep

src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/mathieu-keller/epub-parser
22

33
go 1.23
44

5-
toolchain go1.25.2
5+
toolchain go1.25.3

0 commit comments

Comments
 (0)