Add go
Test and Build / test-and-build (push) Has been cancelled

This commit is contained in:
Jay
2025-08-22 16:39:08 -04:00
parent 93486befb2
commit 79a3b62fc7
+6
View File
@@ -41,6 +41,12 @@ jobs:
npm install -g wasm-pack
wasm-pack --version
# Install go
- name: Install go
uses: https://github.com/actions/setup-go@v3
with:
go-version: '>=1.20.1'
# Install app dependencies
- name: Install app dependencies
run: npm install