mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
Update checkout@v5, setup-go@v6, cache@v5, codecov@v5. Pin golangci-lint to v2.1.6 with version: "2" config. Fix release workflow Go version to 1.26.1.
15 lines
158 B
YAML
15 lines
158 B
YAML
version: "2"
|
|
|
|
linters:
|
|
default: standard
|
|
disable:
|
|
- depguard
|
|
|
|
run:
|
|
timeout: 5m
|
|
modules-download-mode: readonly
|
|
|
|
formatters:
|
|
enable:
|
|
- gofmt
|