We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed237cf + 41cb852 commit b0daf62Copy full SHA for b0daf62
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
os: [macos-latest, ubuntu-latest, windows-latest]
28
- go-version: [1.17, 1.23, 1.24] # oldest supported version and latest 2 versions
+ go-version: [1.17, 1.25, 1.26] # oldest supported version and latest 2 versions
29
runs-on: ${{ matrix.os }}
30
permissions:
31
contents: read
0 commit comments