Skip to content

Commit

Permalink
Update pdfium version, update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbob92 committed Nov 20, 2024
1 parent 821feb6 commit e179a35
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pdfium-windows.pc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ includedir=D:/opt/pdfium/include

Name: PDFium
Description: PDFium
Version: 6392
Version: 6721
Requires:

Libs: -L${libdir} -lpdfium
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pdfium.pc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ includedir=/opt/pdfium/include

Name: PDFium
Description: PDFium
Version: 6392
Version: 6721
Requires:

Libs: -L${libdir} -lpdfium
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
types: [created]

env:
GO_VERSION: "1.22"
PDFIUM_VERSION: "6392"
GO_VERSION: "1.23"
PDFIUM_VERSION: "6721"

jobs:
release-webassembly:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
- development

env:
GO_VERSION: "1.22"
PDFIUM_VERSION: "6392"
GO_VERSION: "1.23"
PDFIUM_VERSION: "6721"

jobs:
test-webassembly:
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/klippa-app/pdfium-cli

go 1.22
go 1.23

toolchain go1.23.3

require (
github.com/klippa-app/go-pdfium v1.13.0
Expand Down

0 comments on commit e179a35

Please sign in to comment.