Skip to content

Bump github.com/google/go-cmp from 0.5.8 to 0.7.0 #240

Bump github.com/google/go-cmp from 0.5.8 to 0.7.0

Bump github.com/google/go-cmp from 0.5.8 to 0.7.0 #240

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.17'
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest