Skip to content

Commit

Permalink
Bump metal-api to version v0.24.0 (#131)
Browse files Browse the repository at this point in the history
* Bump metal-api to version v0.24.0

* Update deps.

---------

Co-authored-by: metal-stack <[email protected]>
Co-authored-by: Gerrit <[email protected]>
  • Loading branch information
3 people authored Sep 8, 2023
1 parent f7316cb commit 871f0d0
Show file tree
Hide file tree
Showing 56 changed files with 2,975 additions and 296 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/auto_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Set up Go 1.20
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20"

- name: Check out code into the Go module directory
uses: actions/checkout@v3
go-version-file: 'go.mod'
cache: false

- name: Lint
uses: golangci/golangci-lint-action@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Set up Go 1.20
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20"

- name: Check out code into the Go module directory
uses: actions/checkout@v3
go-version-file: 'go.mod'
cache: false

- name: Lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mocks:
--user $$(id -u):$$(id -g) \
-w /work \
-v ${PWD}:/work \
vektra/mockery:v2.26.0 -r --keeptree --inpackage --dir api/client --output test/mocks --all
vektra/mockery:v2.33.2 -r --keeptree --inpackage --dir api/client --output test/mocks --all
go run ./test/client/generate/generate_mock_client.go

.PHONY: gofmt
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.23.2
v0.24.0
150 changes: 150 additions & 0 deletions api/client/tenant/create_tenant_parameters.go

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

Loading

0 comments on commit 871f0d0

Please sign in to comment.