Skip to content

Commit 00ca224

Browse files
chore: update lint workflow template to use Java 17
This PR follows from googleapis/java-shared-config#1003, which updated google-java-format to the latest and is now [requiring](https://github.com/google/google-java-format/releases/tag/v1.25.0) Java 17. Note that this template will not be spread until #3701, but the changes will be done to prevent regressions when it's fixed.
1 parent a2ba9a8 commit 00ca224

File tree

1 file changed

+1
-1
lines changed
  • hermetic_build/library_generation/owlbot/templates/java_library/.github/workflows

1 file changed

+1
-1
lines changed

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)