Skip to content

chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /tools #8

chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /tools

chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /tools #8

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@v5
- name: Go Test
env:
CC: clang
CXX: clang++
run: |
go test -c --tags leakcheck
./v8go.test