We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfde859 commit 5190da0Copy full SHA for 5190da0
.github/workflows/doctests.yaml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- go-version: [ "1.20", "1.21", "1.22", "1.23" ]
+ go-version: [ "1.21", "1.22", "1.23" ]
29
30
steps:
31
- name: Set up ${{ matrix.go-version }}
0 commit comments