Skip to content

docs: explain that modules can be developed using TinyGo, Rust, or Zig #153

docs: explain that modules can be developed using TinyGo, Rust, or Zig

docs: explain that modules can be developed using TinyGo, Rust, or Zig #153

Workflow file for this run

name: Go
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Test
run: go test -v ./...
env:
CGO_ENABLED: 1