We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3328d commit 8264ea8Copy full SHA for 8264ea8
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
test:
6
strategy:
7
matrix:
8
- go: [ '1.13', '1.21', '1.22', '1.23', '1.24', '1.25' ]
+ go: [ '1.21', '1.22', '1.23', '1.24', '1.25' ]
9
os: [ ubuntu-latest, macos-latest, windows-latest ]
10
fail-fast: false
11
0 commit comments