Skip to content

Commit

Permalink
Update swagger client and models to service-broker v1.140.0 (#337)
Browse files Browse the repository at this point in the history
* Generated Swagger client from service-broker commit f482db37dd0b38392de1f3aecdc2219212147830

* Fix build

---------

Co-authored-by: michael kad <[email protected]>
  • Loading branch information
powervs-ibm and michaelkad authored Mar 1, 2024
1 parent 0f966a3 commit 855f96c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'

- name: Lint
uses: golangci/golangci-lint-action@v4
Expand All @@ -26,11 +31,6 @@ jobs:
with:
args: ./...

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'

- name: Build
run: go build -v ./...

Expand Down
2 changes: 1 addition & 1 deletion power/models/p_vm_instance_create.go

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

2 changes: 1 addition & 1 deletion power/models/s_a_p_create.go

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

3 changes: 3 additions & 0 deletions power/models/s_a_p_profile.go

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

1 change: 1 addition & 0 deletions power/models/volumes_clone_async_request.go

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

1 change: 1 addition & 0 deletions power/models/volumes_clone_execute.go

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

1 change: 1 addition & 0 deletions power/models/volumes_clone_request.go

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

0 comments on commit 855f96c

Please sign in to comment.