Skip to content

update deps and remove replacement of go-tpm with fork #15

update deps and remove replacement of go-tpm with fork

update deps and remove replacement of go-tpm with fork #15

Workflow file for this run

on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- uses: actions/checkout@v4
- run: go test -race -count=3 ./...