Skip to content

bumping mingit version #134

bumping mingit version

bumping mingit version #134

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- develop
- release/*
pull_request:
branches:
- master
- develop
- release/*
types:
- opened
- reopened
- synchronize
- ready_for_review
env:
GO_VERSION: 1.22.5
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: GolangCI-Lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.57.2
args: --timeout=20m -c .golangci.yaml