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 892882e commit 6045675Copy full SHA for 6045675
.github/actions/contract-tests/action.yml
@@ -52,6 +52,12 @@ runs:
52
extra_params: '-status-timeout=360 -skip-from=${{ env.SUPPRESSION_FILE }}'
53
token: ${{ inputs.token }}
54
55
+ - name: Setup Go
56
+ if: inputs.run_fdv2_tests == 'true'
57
+ uses: actions/setup-go@v5
58
+ with:
59
+ go-version: '1.21'
60
+
61
- name: Clone and run contract tests from feat/fdv2 branch
62
if: inputs.run_fdv2_tests == 'true'
63
shell: bash
0 commit comments