Skip to content

build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #66

build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0

build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #66

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
build_test:
name: Build and Test
strategy:
matrix:
go: ['1.18', '1.19']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
stable: false
- name: Run Tests
run: go test -mod readonly .