Skip to content

build: bump github/codeql-action from 3.25.15 to 3.26.0 #110

build: bump github/codeql-action from 3.25.15 to 3.26.0

build: bump github/codeql-action from 3.25.15 to 3.26.0 #110

Workflow file for this run

on: [push, pull_request]
name: Test wasip1
permissions: {}
jobs:
test:
strategy:
matrix:
go-version: [1.21.x,1.22.x]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Install wasirun
run: |
go install github.com/stealthrocket/wasi-go/cmd/wasirun@latest
- name: Test
run: make wasitest