Skip to content

Commit

Permalink
fixup: use knative.dev not github.com import path
Browse files Browse the repository at this point in the history
  • Loading branch information
matejvasek authored Aug 4, 2023
1 parent 95fc315 commit d2190a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ test-typescript: ## Test Typescript templates
update-runtimes: pull-runtimes generate/zz_filesystem_generated.go ## Update Scaffolding Runtimes

pull-runtimes:
cd templates/go/scaffolding/instanced-http && go get -u github.com/knative-extensions/func-go/http
cd templates/go/scaffolding/static-http && go get -u github.com/knative-extensions/func-go/http
cd templates/go/scaffolding/instanced-cloudevents && go get -u github.com/knative-extensions/func-go/cloudevents
cd templates/go/scaffolding/static-cloudevents && go get -u github.com/knative-extensions/func-go/cloudevents
cd templates/go/scaffolding/instanced-http && go get -u knative.dev/func-go/http
cd templates/go/scaffolding/static-http && go get -u knative.dev/func-go/http
cd templates/go/scaffolding/instanced-cloudevents && go get -u knative.dev/func-go/cloudevents
cd templates/go/scaffolding/static-cloudevents && go get -u knative.dev/func-go/cloudevents

.PHONY: cert
certs: templates/certs/ca-certificates.crt ## Update root certificates
Expand Down

0 comments on commit d2190a6

Please sign in to comment.