Skip to content

Commit

Permalink
Add Go 1.22 to tests, drop 1.19 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbob92 committed Feb 7, 2024
1 parent 7c50dad commit 5deb45e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ "1.20", "1.21" ]
go: [ "1.20", "1.21", "1.22" ]
pdfium: [ "4849", "6248" ]
env:
PDFIUM_EXPERIMENTAL_VERSION: "6248"
PDFIUM_EXPERIMENTAL_GO_VERSION: "1.21"
PDFIUM_EXPERIMENTAL_GO_VERSION: "1.22"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -96,9 +96,9 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ "1.19", "1.20", "1.21" ]
go: [ "1.20", "1.21", "1.22" ]
env:
PDFIUM_EXPERIMENTAL_GO_VERSION: "1.21"
PDFIUM_EXPERIMENTAL_GO_VERSION: "1.22"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/klippa-app/go-pdfium

go 1.19
go 1.20

require (
github.com/google/uuid v1.6.0
Expand Down

0 comments on commit 5deb45e

Please sign in to comment.