We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a69aa commit 4d4ddf8Copy full SHA for 4d4ddf8
.github/workflows/compatibility.yml
@@ -32,7 +32,7 @@ jobs:
32
timeout-minutes: 10
33
strategy:
34
matrix:
35
- go-version: ["${{ needs.go-versions.outputs.go-mod-version }}", "oldstable", "stable", "go${{ needs.go-versions.outputs.latest }}"]
+ go-version: ["${{ needs.go-versions.outputs.go-mod-version }}", "oldstable", "stable"]
36
37
steps:
38
- name: Checkout
0 commit comments