Skip to content

build(deps): bump golang.org/x/tools from 0.14.0 to 0.17.0 (#469) #267

build(deps): bump golang.org/x/tools from 0.14.0 to 0.17.0 (#469)

build(deps): bump golang.org/x/tools from 0.14.0 to 0.17.0 (#469) #267

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@v4"},
{name: "Test master", run: "make test-master"},
{name: "Test release", run: "make test-release"},
],
},
},
}