This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch v3.0.0-docs in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git
commit 4271b8a03f8d2847562817f1358a9f4c8eb33a8c Author: Weijie Guo <[email protected]> AuthorDate: Tue Apr 4 12:06:33 2023 +0800 [hotfix][Build] bump flink version to 1.16.1 for ci workflows. --- .github/workflows/push_pr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index be18918..03fe94a 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -22,6 +22,4 @@ jobs: compile_and_test: uses: ./.github/workflows/ci.yml with: - flink_version: 1.16.0 - flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz - cache_flink_binary: true \ No newline at end of file + flink_version: 1.16.1 \ No newline at end of file
