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 f03ab92 commit e90b106Copy full SHA for e90b106
.github/workflows/ci.yml
@@ -19,17 +19,12 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- java-version: ['11', '21']
23
- golang-version: ['1.22', '1.23']
+ golang-version: ['1.23']
24
25
steps:
26
- uses: actions/checkout@v6
27
- uses: actions/setup-go@v6
28
with:
29
go-version: ${{ matrix.golang-version }}
30
- - uses: actions/setup-java@v5
31
- with:
32
- distribution: 'temurin'
33
- java-version: ${{ matrix.java-version }}
34
- name: 'Run tests'
35
run: ./mill __.compile + pgo.test
0 commit comments