Skip to content

Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 #1035

Bump github.com/google/go-cmp from 0.6.0 to 0.7.0

Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 #1035

Workflow file for this run

---
name: Unit tests
on:
push:
branches:
- main
tags:
- v*
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: 1.23.6
- name: tests
run: |
make test