Skip to content

Commit a35337c

Browse files
committed
add container and workflow change
1 parent b08fdf7 commit a35337c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beam_PreCommit_Xlang_Generated_Transforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Setup environment
103103
uses: ./.github/actions/setup-environment-action
104104
with:
105-
java-version: default
105+
java-version: '17'
106106
python-version: ${{ matrix.python_version }}
107107
- name: Set PY_VER_CLEAN
108108
id: set_py_ver_clean

sdks/java/expansion-service/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
###############################################################################
1818

19-
FROM eclipse-temurin:11
19+
FROM eclipse-temurin:17
2020
LABEL Author "Apache Beam <dev@beam.apache.org>"
2121
ARG TARGETOS
2222
ARG TARGETARCH

0 commit comments

Comments
 (0)