Skip to content

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #92

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #92

Workflow file for this run

name: Lint
on:
push:
branches:
- "**"
tags-ignore:
- "v**"
pull_request:
jobs:
fmt:
name: gofmt
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Run gofmt
run: ./.github/scripts/gofmt.sh
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2