Skip to content

chore: adding linter version in github and makefile #162

chore: adding linter version in github and makefile

chore: adding linter version in github and makefile #162

Workflow file for this run

---
name: Check
on: [ push ]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.62.2
skip-pkg-cache: true
args: --timeout 5m0s
- name: test
run: make test