Skip to content

Commit

Permalink
Merge pull request #192 from tharropoulos/v28
Browse files Browse the repository at this point in the history
Update client for v28 changes
  • Loading branch information
kishorenc authored Feb 16, 2025
2 parents 8a60309 + 3739218 commit 01ce554
Show file tree
Hide file tree
Showing 13 changed files with 1,411 additions and 17 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,20 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: stable
go-version: '1.22'


- name: Install dependencies
run: |
go mod download
go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest
- name: Generate API code
run: go generate ./...

- name: Clean module cache
run: go clean -modcache

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down
Loading

0 comments on commit 01ce554

Please sign in to comment.