Skip to content

Bump golang.org/x/tools from 0.15.0 to 0.16.0 in /tools #1174

Bump golang.org/x/tools from 0.15.0 to 0.16.0 in /tools

Bump golang.org/x/tools from 0.15.0 to 0.16.0 in /tools #1174

Workflow file for this run

name: Dependency check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go-mod:
runs-on: ubuntu-latest
strategy:
matrix:
go:
- version: "1.20"
name: target
- version: "1.21"
name: latest
name: "Dependency check with ${{ matrix.go.name }} Go"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go.version }}
- name: run depscheck
run: make depscheck