blob: 878e0315b5b03cdb2a07a6accb88a02c2addfd2f (
plain) (
tree)
|
|
run:
concurrency: 16
timeout: 5m
modules-download-mode: readonly
allow-parallel-runners: true
allow-serial-runners: true
go: '1.22'
linters-settings:
depguard:
rules:
srcs:
listMode: "Strict"
allow:
- $gostd
- github.com/go-redis/redis/v8
- github.com/gorilla/mux
- github.com/rs/zerolog
- github.com/rs/zerolog/log
|