Skip to content

Commit 35a653a

Browse files
committed
Bump Go versions to 1.25 and 1.26
1 parent dd6fbeb commit 35a653a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ ubuntu-latest, macos-latest, windows-latest ]
19-
go: [ "1.23", "1.24" ]
19+
go: [ "1.25", "1.26" ]
2020
pdfium: [ "4849", "7323" ]
2121
env:
2222
PDFIUM_EXPERIMENTAL_VERSION: "7323"
23-
PDFIUM_EXPERIMENTAL_GO_VERSION: "1.24"
23+
PDFIUM_EXPERIMENTAL_GO_VERSION: "1.26"
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- uses: actions/checkout@v4
@@ -108,9 +108,9 @@ jobs:
108108
fail-fast: false
109109
matrix:
110110
os: [ ubuntu-latest, macos-latest, windows-latest ]
111-
go: [ "1.23", "1.24" ]
111+
go: [ "1.25", "1.26" ]
112112
env:
113-
PDFIUM_EXPERIMENTAL_GO_VERSION: "1.24"
113+
PDFIUM_EXPERIMENTAL_GO_VERSION: "1.26"
114114
CGO_ENABLED: "0"
115115
runs-on: ${{ matrix.os }}
116116
steps:

.github/workflows/libjpegturbo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ ubuntu-latest, macos-latest, windows-latest ]
19-
go: [ "1.23", "1.24" ]
19+
go: [ "1.25", "1.26" ]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)