Skip to content

Commit

Permalink
Update to lightos 3.12.2 api
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Dec 11, 2024
1 parent aa0b6ff commit a30adb5
Show file tree
Hide file tree
Showing 32 changed files with 6,610 additions and 5,865 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.22
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
id: go

- name: Check out code into the Go module directory
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.46.2 -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.50.0 -r --all --keeptree --dir api/duros/v2 --output api/duros/v2/mocks
43 changes: 36 additions & 7 deletions api/duros/v2/authz_mode.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a30adb5

Please sign in to comment.