chore: add linter config and CI pipeline #20

Merged
lerko merged 5 commits from chore/linter-ci-pipeline into main 2026-05-24 17:56:05 +00:00
Showing only changes of commit 5915e0ebe3 - Show all commits
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
run: go vet ./...
- name: Test
run: go test -race -timeout 120s ./...
run: CGO_ENABLED=1 go test -race -timeout 120s ./...
lint:
runs-on: ubuntu-latest
@@ -33,6 +33,6 @@ jobs:
with:
go-version: "1.24"
- uses: golangci/golangci-lint-action@v6
- uses: golangci/golangci-lint-action@v7
with:
version: v2.11.2