We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c3826 commit 35bf401Copy full SHA for 35bf401
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix: # Support latest and one minor back
15
- go: ["1.17", "1.18"]
+ go: ["1.17", "1.18", "1.19"]
16
env:
17
GOFLAGS: -mod=readonly
18
0 commit comments