File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments