Skip to content

Commit

Permalink
Merge branch 'master' into fix/enable-semi-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizic authored May 27, 2024
2 parents 12a6aea + d74946f commit 5f030f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ format:
goimports -w `find . -name '*.go'`

lint:
docker run --rm -v ${CURDIR}:/app -w /app golangci/golangci-lint:v1.55 golangci-lint run -v
docker run --rm -v ${CURDIR}:/app -w /app golangci/golangci-lint:v1.58 golangci-lint run -v

unittests:
go test ./cmd/... ./internal/...
Expand Down

0 comments on commit 5f030f3

Please sign in to comment.