Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fix generate check in CI (#377)
Browse files Browse the repository at this point in the history
* Fix generate check in CI

* Re-run `make generate`
  • Loading branch information
jeevb committed Jul 15, 2023
1 parent 7ddd993 commit e2eb4e5
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 37 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ include boilerplate/flyte/golang_test_targets/Makefile
update_boilerplate:
@curl https://raw.githubusercontent.com/flyteorg/boilerplate/master/boilerplate/update.sh -o boilerplate/update.sh
@boilerplate/update.sh

generate: download_tooling
@go generate ./...

35 changes: 3 additions & 32 deletions go/tasks/pluginmachinery/tasklog/templatescheme_enumer.go

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

5 changes: 4 additions & 1 deletion go/tasks/plugins/webapi/bigquery/config_flags.go

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

42 changes: 42 additions & 0 deletions go/tasks/plugins/webapi/bigquery/config_flags_test.go

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

0 comments on commit e2eb4e5

Please sign in to comment.