We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1886d commit b3d339aCopy full SHA for b3d339a
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- go: [1.17, 1.18, 1.19]
+ go: ["1.18", "1.19", "1.20"]
29
steps:
30
- name: Checkout
31
uses: actions/checkout@v3
0 commit comments