Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 019e3c7

Browse files
chore: use java 17 in lint job
1 parent 33b0148 commit 019e3c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hermetic_build/library_generation/owlbot/templates/java_library/.github/workflows

hermetic_build/library_generation/owlbot/templates/java_library/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions/setup-java@v4
105105
with:
106106
distribution: temurin
107-
java-version: 11
107+
java-version: 17
108108
- run: java -version
109109
- run: .kokoro/build.sh
110110
env:

0 commit comments

Comments
 (0)