Skip to content

build(deps): bump golang.org/x/crypto from 0.39.0 to 0.45.0 in /tools/data-api-differ #168

build(deps): bump golang.org/x/crypto from 0.39.0 to 0.45.0 in /tools/data-api-differ

build(deps): bump golang.org/x/crypto from 0.39.0 to 0.45.0 in /tools/data-api-differ #168

---
name: Data API Differ (Unit Tests)
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/unit-test-data-api-differ.yaml'
- 'tools/data-api-differ/**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
submodules: recursive
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version-file: ./.go-version
- name: run unit tests
run: |
cd ./tools/data-api-differ
make test