Skip to content

Commit

Permalink
Merge branch 'main' into agent
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Sep 28, 2023
2 parents 1e04790 + b6137b8 commit 4049b31
Show file tree
Hide file tree
Showing 26 changed files with 1,837 additions and 879 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ jobs:
run: go mod tidy

- name: Install generators
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: bootstrap

- name: Mage Test
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: test

- name: Generate Protobuf
uses: magefile/mage-action@v2
uses: magefile/mage-action@v3
with:
version: latest
args: proto
Expand Down
Loading

0 comments on commit 4049b31

Please sign in to comment.