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 df1fe76 commit a3b2f99Copy full SHA for a3b2f99
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
fi
56
- name: Setup Go environment
57
if: steps.check-for-backend.outputs.has-backend == 'true'
58
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
59
with:
60
go-version: '1.17'
61
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: '14.x'
19
20
21
22
23
24
0 commit comments