Skip to content

build(deps): bump golang.org/x/crypto from 0.53.0 to 0.54.0 #70

build(deps): bump golang.org/x/crypto from 0.53.0 to 0.54.0

build(deps): bump golang.org/x/crypto from 0.53.0 to 0.54.0 #70

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main, master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go test ./msrpc/... ./dcerpc/... ./ssp/... ./ndr/... ./smb2/... ./text/... ./midl/... ./config/...