Skip to content

Commit

Permalink
Fixing Java version in test.yml to v11 (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman authored May 23, 2024
1 parent bec85c5 commit 93d52a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ jobs:
with:
version: 8

- name: Install Java
uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: "11"

# Generate mocks
- name: Generate mocks
run: go generate ./...
Expand Down

0 comments on commit 93d52a6

Please sign in to comment.