Skip to content

Commit 35bf401

Browse files
ci: add go 1.19
1 parent 50c3826 commit 35bf401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix: # Support latest and one minor back
15-
go: ["1.17", "1.18"]
15+
go: ["1.17", "1.18", "1.19"]
1616
env:
1717
GOFLAGS: -mod=readonly
1818

0 commit comments

Comments
 (0)