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 fc0ed58 commit f2639e5Copy full SHA for f2639e5
.github/workflows/workflow.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: Set up Go
96
uses: actions/setup-go@v6
97
with:
98
- go-version: '1.18'
+ go-version: '1.25'
99
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
100
- name: Install dependencies
101
run: npm ci
@@ -180,7 +180,7 @@ jobs:
180
181
182
183
184
185
186
run: ${{ matrix.install-command }}
0 commit comments