We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2044543 commit 708fb90Copy full SHA for 708fb90
.github/workflows/go.yaml
@@ -33,7 +33,7 @@ jobs:
33
timeout-minutes: 15
34
strategy:
35
matrix:
36
- go-version: ["1.20", "1.21", "1.22"]
+ go-version: ["1.21", "1.22"]
37
steps:
38
- name: Checkout repo
39
uses: actions/checkout@v4
0 commit comments