Skip to content

Commit

Permalink
[DO NOT MERGE] check version
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Jun 14, 2024
1 parent af4b627 commit 98be2cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
go-version-file: 'go.mod'
check-latest: true
- name: lint
- name: vuln
shell: bash
run: |
make vuln
1 change: 1 addition & 0 deletions e2e/support/test_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -2896,6 +2896,7 @@ func Pods(t *testing.T, ctx context.Context, ns string) func() []corev1.Pod {
}
}

// Code change
func WithNewTestNamespace(t *testing.T, doRun func(context.Context, *gomega.WithT, string)) {
ns := NewTestNamespace(t, testContext, false)
defer deleteTestNamespace(t, testContext, ns)
Expand Down
1 change: 1 addition & 0 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ govulncheck: $(GOVULNCHECK)
$(GOVULNCHECK): $(LOCALBIN)
@test -s $(GOVULNCHECK) || \
GOBIN=$(LOCALBIN) go install golang.org/x/vuln/cmd/govulncheck@$(GOVULNCHECK_VERSION)
$(GOVULNCHECK) --version

.PHONY: goimport
goimport: $(GOIMPORT)
Expand Down

0 comments on commit 98be2cc

Please sign in to comment.