We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca232b9 commit 7ee98d2Copy full SHA for 7ee98d2
.github/workflows/go.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- go: ["1.17.x", "1.18.x"]
+ go: ["1.17.x", "1.18.x", "1.19.x"]
17
include:
18
- go: 1.18.x
19
latest: true
0 commit comments