Skip to content

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

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

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

Workflow file for this run

# This file adheres to the YAML5 style.
{
name: "Merge",
on: {
push: {
branches: ["master"],
}
},
jobs: {
build: {
name: "Build",
"runs-on": "ubuntu-latest",
steps: [
{name: "Check out code into the Go module directory", uses: "actions/checkout@v1"},
{name: "Test master", run: "make test-master"},
{name: "Test release", run: "make test-release"},
],
},
},
}