Skip to content

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #45

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

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #45

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
pull_request:
push:
permissions:
contents: read
jobs:
test:
uses: hansmi/ghactions-go-test-workflow/.github/workflows/test.yaml@stable
with:
runs-on: ubuntu-latest
# vim: set sw=2 sts=2 et :