Skip to content

Bump github.com/go-errors/errors from 1.4.2 to 1.5.1 #91

Bump github.com/go-errors/errors from 1.4.2 to 1.5.1

Bump github.com/go-errors/errors from 1.4.2 to 1.5.1 #91

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