Skip to content

Commit 7b0f87f

Browse files
fix(deps): bump dependency go from 1.24.6 to 1.25.0 (#23)
| datasource | package | from | to | | --------------- | ------------------- | ------ | ------ | | golang-version | go | 1.24.6 | 1.25.0 | | github-releases | actions/go-versions | 1.24.6 | 1.25.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e4e11f commit 7b0f87f

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@v5
2626
with:
27-
go-version: 1.24.6
27+
go-version: 1.25.0
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.24.6
5+
toolchain go1.25.0

0 commit comments

Comments
 (0)