Skip to content

Commit

Permalink
Add go 1.17 compatibility for "go mod tidy"
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedosin committed Jun 7, 2022
1 parent 9f2201f commit 276050e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -232,8 +232,8 @@ generate-manifests: $(CONTROLLER_GEN) ## Generate manifests for the operator e.g

.PHONY: modules
modules: ## Runs go mod to ensure modules are up to date.
go mod tidy
cd $(TOOLS_DIR); go mod tidy
go mod tidy -compat=1.17
cd $(TOOLS_DIR); go mod tidy -compat=1.17

## --------------------------------------
## Docker
Expand Down

0 comments on commit 276050e

Please sign in to comment.