Skip to content

Commit c4f125c

Browse files
fix: builds
1 parent 40cbceb commit c4f125c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
env:
1818
GOROOT: ""
1919
with:
20-
target: code/compile
20+
target: build
2121
- name: Verify vendor directory
2222
uses: ouzi-dev/[email protected]
2323
env:
2424
GOROOT: ""
2525
with:
26-
target: setup/mod/verify
26+
target: verify

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ fmt: ## Run go fmt against code.
101101
vet: ## Run go vet against code.
102102
go vet ./...
103103

104+
verify:
105+
go mod verify
106+
107+
104108
.PHONY: test
105109
test: manifests generate fmt vet envtest ## Run tests.
106110
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" go test ./... -coverprofile cover.out

0 commit comments

Comments
 (0)