Skip to content

Commit

Permalink
Add lightos v3.10.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Aug 13, 2024
1 parent 7e76fc8 commit 25498d5
Show file tree
Hide file tree
Showing 29 changed files with 12,347 additions and 4,777 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
args: -p bugs -p unused -D protogetter

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.42.0 -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.44.1 -r --all --keeptree --dir api/duros/v2 --output api/duros/v2/mocks
Loading

0 comments on commit 25498d5

Please sign in to comment.