Skip to content

Commit 7ee98d2

Browse files
ci: add go1.19 (#1140)
1 parent ca232b9 commit 7ee98d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
go: ["1.17.x", "1.18.x"]
16+
go: ["1.17.x", "1.18.x", "1.19.x"]
1717
include:
1818
- go: 1.18.x
1919
latest: true

0 commit comments

Comments
 (0)