Skip to content

Commit

Permalink
Merge upstream and update generated code for v1252
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 9, 2024
2 parents 906fda6 + 7cc42e1 commit cc1ca55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: lint
run: |
go install honnef.co/go/tools/cmd/[email protected] &&
go install golang.org/x/tools/cmd/goimports@latest &&
go install golang.org/x/tools/cmd/goimports@v0.24.0 &&
$HOME/go/bin/staticcheck &&
make vet &&
make check-gofmt
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ update-version:

codegen-format: normalize-imports
scripts/gofmt.sh
go install golang.org/x/tools/cmd/goimports@latest && goimports -w example/generated_examples_test.go
go install golang.org/x/tools/cmd/goimports@v0.24.0 && goimports -w example/generated_examples_test.go

CURRENT_MAJOR_VERSION := $(shell cat VERSION | sed 's/\..*//')
normalize-imports:
Expand Down
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1250
v1252

0 comments on commit cc1ca55

Please sign in to comment.