We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f01f5e commit 74913fcCopy full SHA for 74913fc
1 file changed
.github/workflows/go.yml
@@ -51,6 +51,9 @@ jobs:
51
test:
52
runs-on: ubuntu-latest
53
steps:
54
+ - run: 'apt install openjdk-21-jdk'
55
+
56
57
- uses: actions/checkout@v6
58
59
- name: Set up Go
0 commit comments