Skip to content

Commit 01de242

Browse files
committed
Update Go to 1.25.1
1 parent 30d7958 commit 01de242

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: '~1.19.0'
20+
go-version: '~1.25.1'
2121

2222
- name: Build p2m-reader
2323
run: |

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v6
1818
with:
19-
go-version: '~1.19.0'
19+
go-version: '~1.25.1'
2020

2121
- name: Build p2m-reader
2222
run: |

go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sensiblecodeio/pdf2msgpack/go
22

3-
go 1.19
3+
go 1.25.1
44

55
require github.com/tinylib/msgp v1.1.2
66

0 commit comments

Comments
 (0)