Skip to content

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /tools #3

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /tools

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /tools #3

Workflow file for this run

name: Leak Check
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- name: Go Test
env:
CC: clang
CXX: clang++
run: |
go test -c --tags leakcheck
./v8go.test