Skip to content

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#540) #228

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#540)

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#540) #228

Workflow file for this run

name: test
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19.x', '1.20.x', '1.21.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test -v ./...