include tinygo into CI (#67)

* try to include tinygo into CI

* fix tinygo issues
This commit is contained in:
Pat Whittingslow
2026-04-09 10:00:10 -03:00
committed by GitHub
parent 63f7870fe5
commit 80e4c59ae7
3 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ jobs:
- name: Build
run: go build -v ./...
- name: TinyGo vet
run: go vet -tags=tinygo ./...
# - name: govulncheck # Getting false positives all the time.
# uses: golang/govulncheck-action@v1
# with: