Skip to content

Bump github.com/golangci/golangci-lint from 1.54.2 to 1.55.0 in /tools #1122

Bump github.com/golangci/golangci-lint from 1.54.2 to 1.55.0 in /tools

Bump github.com/golangci/golangci-lint from 1.54.2 to 1.55.0 in /tools #1122

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