Skip to content

build: bump github.com/cyphar/filepath-securejoin from 0.3.6 to 0.4.0 #185

build: bump github.com/cyphar/filepath-securejoin from 0.3.6 to 0.4.0

build: bump github.com/cyphar/filepath-securejoin from 0.3.6 to 0.4.0 #185

Workflow file for this run

name: Test wasip1
on:
push:
branches: [ "master", "main" ]
pull_request:
permissions: {}
jobs:
test:
strategy:
matrix:
go-version: [1.22.x,1.23.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