Skip to content

Commit

Permalink
script: remove unused command 'check-go' (#5251)
Browse files Browse the repository at this point in the history
Signed-off-by: Lam Tran <tranngoclam288@gmail.com>
  • Loading branch information
tranngoclam committed Dec 6, 2021
1 parent 8e31dd5 commit f36b3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all install lint test test-go check-js test-js test-storybook integration wire-check wire ensure check-go goimports vendor shellcheck release-container update-codegen update-codegen-go update-codegen-starlark update-codegen-ts
.PHONY: all install lint test test-go check-js test-js test-storybook integration wire-check wire ensure goimports vendor shellcheck release-container update-codegen update-codegen-go update-codegen-starlark update-codegen-ts

all: check-go check-js test-js test-storybook
all: check-js test-js test-storybook

# There are 2 Go bugs that cause problems on CI:
# 1) Linker memory usage blew up in Go 1.11
Expand Down

0 comments on commit f36b3b6

Please sign in to comment.