Skip to content

fix: linter issue and removing once.Sync for initilization of field o… #114

fix: linter issue and removing once.Sync for initilization of field o…

fix: linter issue and removing once.Sync for initilization of field o… #114

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.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54.2
skip-pkg-cache: true
args: --timeout 5m0s
- name: test
run: make test