Skip to content

build(deps): bump golang.org/x/tools from 0.11.0 to 0.12.0 (#454) #261

build(deps): bump golang.org/x/tools from 0.11.0 to 0.12.0 (#454)

build(deps): bump golang.org/x/tools from 0.11.0 to 0.12.0 (#454) #261

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"},
],
},
},
}