Skip to content

Commit bc123f6

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: 1.25.5
23+
go-version: 1.25.6
2424
- name: Checkout
2525
uses: actions/checkout@v6
2626
- name: install dep

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/v2
22

33
go 1.23
44

5-
toolchain go1.25.5
5+
toolchain go1.25.6

0 commit comments

Comments
 (0)