(new): v1.2 release
Golang lint / lint (push) Successful in 11m32s

This commit is contained in:
2026-08-19 14:58:25 +03:00
parent f03a081ed6
commit 29b208eeec
79 changed files with 7301 additions and 2060 deletions
+12 -1
View File
@@ -9,6 +9,15 @@ jobs:
- name: Checkout repository code
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6.5.0
with:
go-version: '1.26.6'
cache-dependency-path: go.sum
- name: Print toolchain version
run: go version
- name: Verify formatting
run: |
files="$(gofmt -l .)"
@@ -25,4 +34,6 @@ jobs:
run: go vet ./...
- name: Run golangci-lint
run: golangci-lint run
uses: golangci/golangci-lint-action@v9.0.0
with:
version: v2.12.2