Skip to content

Commit d93ccf3

Browse files
fix: update lint to use JDK 17 so axel-op/googlejavaformat-action works (#301)
* fix: update lint to use JDK 17 so axel-op/googlejavaformat-action works
1 parent ab539e8 commit d93ccf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK
2525
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
2626
with:
27-
java-version: 11.x
27+
java-version: 17.x
2828
distribution: temurin
2929
- name: Build API with Maven
3030
run: (cd functions-framework-api/ && mvn install)

0 commit comments

Comments
 (0)