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 270258a commit 2c8ff6bCopy full SHA for 2c8ff6b
.github/workflows/ci.yml
@@ -368,6 +368,10 @@ jobs:
368
with:
369
path: ~/.gradle/wrapper
370
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
371
+ - name: Setup Go
372
+ uses: actions/setup-go@v4
373
+ with:
374
+ go-version: ${{ matrix.version }}
375
- name: Generate codecs
376
run: ./gradlew generateGolangCodecs
377
- name: Go
0 commit comments