Skip to content

fix: remove go.mod replace #235

fix: remove go.mod replace

fix: remove go.mod replace #235

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
install-mode: "binary"