We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b2c3a commit 13e604dCopy full SHA for 13e604d
.github/workflows/go.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
os: [ubuntu-latest]
30
- go: [1.13, 1.14, 1.15, 1.16, 1.17, 1.18]
+ go: [1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19]
31
include:
32
- os: ubuntu-latest
33
go-build: ~/.cache/go-build
0 commit comments