Skip to content

Commit

Permalink
Remove go module ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
annasong20 committed Jan 24, 2023
1 parent 659c0ee commit cc72dc1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,19 @@ verify-kustomize-repo: \
prow-presubmit-check: \
install-tools \
test-unit-kustomize-plugins \
test-go-mod \
build-non-plugin-all \
test-examples-kustomize-against-HEAD \
test-examples-kustomize-against-v4-release
# TODO(annasong): Find permanent solution.
# We have temporarily commented out this job because it fails for public
# cross-module changes, given that we've removed replace directives with go
# workspace and the job runs on the latest released modules. This
# complicates releases.
# This job is also less effective than intended because it only detects
# go mod tidy errors, instead of any changes to the original code that
# go mod tidy makes.

# test-go-mod

.PHONY: license
license: $(MYGOBIN)/addlicense
Expand Down

0 comments on commit cc72dc1

Please sign in to comment.