Replace common.ToPtr with Go 1.26 builtin new and add go fix to CI

This commit is contained in:
2026-02-13 18:56:10 +04:00
parent 7cb49195f8
commit 3be8ff218c
6 changed files with 28 additions and 21 deletions

View File

@@ -17,6 +17,10 @@ jobs:
- uses: actions/setup-go@v6
with:
go-version: 1.26.0
- name: go fix
run: |
go fix ./...
git diff --exit-code
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with: