Skip to content

Bump github.com/montanaflynn/stats from 0.7.0 to 0.7.1 #51

Bump github.com/montanaflynn/stats from 0.7.0 to 0.7.1

Bump github.com/montanaflynn/stats from 0.7.0 to 0.7.1 #51

Workflow file for this run

name: lint
on:
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Lint
uses: wandera/golangci-lint-action@v3
with:
version: v1.51.2