Skip to content

Commit 2d5c5e2

Browse files
fix: use java 17 in samples.yaml (#3754)
This follows from the linter upgrade done in googleapis/java-shared-config#1003
1 parent 65e29da commit 2d5c5e2

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/samples.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-java@v4
2525
with:
2626
distribution: temurin
27-
java-version: 8
27+
java-version: 17
2828
- name: Run checkstyle
2929
run: mvn -P lint --quiet --batch-mode checkstyle:check
3030
working-directory: samples/snippets

0 commit comments

Comments
 (0)