Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit 6974f4f

Browse files
chore: update jre to 11 for linter (#1278) (#625)
1 parent 428b8df commit 6974f4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3-
digest: sha256:204b7af96e6d481f19b0ff377aa379d46bc56dd06e1cc7c523f361dd9cbfeeaa
3+
digest: sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/setup-java@v2
5454
with:
5555
distribution: zulu
56-
java-version: 8
56+
java-version: 11
5757
- run: java -version
5858
- run: .kokoro/build.sh
5959
env:

0 commit comments

Comments
 (0)