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 9bbb48c commit 1b9d45eCopy full SHA for 1b9d45e
.github/workflows/workflow.yml
@@ -95,7 +95,7 @@ jobs:
95
run: deno cache https://deno.land/x/eszip@v0.55.2/eszip.ts
96
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
97
- name: Set up Go
98
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
99
with:
100
go-version: '1.18'
101
@@ -180,7 +180,7 @@ jobs:
180
run: corepack enable
181
182
183
184
185
186
0 commit comments