Skip to content

Commit 26dd81c

Browse files
committed
fix(ci): use stable gover for deploy docs
1 parent 777049f commit 26dd81c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
1414
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # 6.0.0
15+
with:
16+
go-version: 'stable'
1517
- run: |
1618
pushd nodeadm && make wasm && popd
1719
mkdir -p ./site/assets/wasm && cp ./nodeadm/_bin/nodeadm.wasm ./site/assets/wasm/

0 commit comments

Comments
 (0)