This is an automated email from the ASF dual-hosted git repository.
zixuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new da24461 Add golang 1.19 in tests matrix (#832)
da24461 is described below
commit da24461fbe8bb6d6a33a733d57cb6df0663e38f7
Author: ZhangJian He <[email protected]>
AuthorDate: Wed Aug 24 11:50:14 2022 +0800
Add golang 1.19 in tests matrix (#832)
---
.github/workflows/project.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml
index 16518ad..cd3d373 100644
--- a/.github/workflows/project.yml
+++ b/.github/workflows/project.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- go-version: [1.15, 1.16, 1.17, 1.18]
+ go-version: [1.15, 1.16, 1.17, 1.18, 1.19]
steps:
- name: clean docker cache
run: |