This is an automated email from the ASF dual-hosted git repository. lincoln pushed a commit to branch dev-1.19 in repository https://gitbox.apache.org/repos/asf/flink-docker.git
commit 59f0b7261f93ad6cbf58cb4ca93297b6c4c960ba Author: lincoln.lil <[email protected]> AuthorDate: Wed Feb 7 12:22:22 2024 +0800 [FLINK-34282] Initialize dev-1.19 branch --- .github/workflows/snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 1d7d53a..bcbb079 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -39,7 +39,7 @@ jobs: java_version: [8, 11] build: - flink_version: 1.19-SNAPSHOT - branch: dev-master + branch: dev-1.19 - flink_version: 1.18-SNAPSHOT branch: dev-1.18 - flink_version: 1.17-SNAPSHOT
