We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc2c64 commit 9fdc3b0Copy full SHA for 9fdc3b0
1 file changed
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macos-latest]
11
- go-version: ["1.21", "1.22", "1.23"]
+ go-version: ["1.21", "1.22", "1.23", "1.24", "1.25"]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- name: Checkout
0 commit comments