Skip to content

Commit 1df741e

Browse files
Cr 13423 (#515)
* refactored existing demo pipelines + added gitlab,bitbucketserver,github enterprise demo pipelines * upgrade golangci-lint to fix generics linting issues
1 parent e81003b commit 1df741e

File tree

7 files changed

+843
-496
lines changed

7 files changed

+843
-496
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.462
1+
VERSION=v0.0.463
22

33

44
OUT_DIR=dist
@@ -180,7 +180,7 @@ $(GOBIN)/mockery:
180180
$(GOBIN)/golangci-lint:
181181
@mkdir dist || true
182182
@echo installing: golangci-lint
183-
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.45.2
183+
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.47.3
184184

185185
.PHONY: e2e-local-manifests
186186
e2e-local-manifests:

0 commit comments

Comments
 (0)