Skip to content

Commit

Permalink
Update to duros v3.6.1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Jan 8, 2024
1 parent 173b135 commit 867d81d
Show file tree
Hide file tree
Showing 25 changed files with 5,305 additions and 4,233 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: -p bugs -p unused
args: -p bugs -p unused -D protogetter

- name: Build
run: make test
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ protoc-ci: third-party
.PHONY: mocks
mocks:
rm -rf api/duros/v2/mocks/*
docker run --user $$(id -u):$$(id -g) --rm -w /work -v ${PWD}:/work vektra/mockery:v2.26.1 -r --all --keeptree --dir api/duros/v2 --output api/duros/v2/mocks
docker run --user $$(id -u):$$(id -g) --rm -w /work -v ${PWD}:/work vektra/mockery:v2.39.1 -r --all --keeptree --dir api/duros/v2 --output api/duros/v2/mocks
Loading

0 comments on commit 867d81d

Please sign in to comment.