mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-10 19:36:29 +00:00
Update dependencies and build to go1.22 (#2113)
* Update dependencies and build to go1.22 * Fix api changes wrt to dependencies * Update golangci config
This commit is contained in:
11
vendor/github.com/sagikazarmark/locafero/justfile
generated
vendored
Normal file
11
vendor/github.com/sagikazarmark/locafero/justfile
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
default:
|
||||
just --list
|
||||
|
||||
test:
|
||||
go test -race -v ./...
|
||||
|
||||
lint:
|
||||
golangci-lint run
|
||||
|
||||
fmt:
|
||||
golangci-lint run --fix
|
Reference in New Issue
Block a user