Skip to content

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

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

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

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
only-new-issues: true
args: --timeout=5m