Skip to content

Commit 18bafa7

Browse files
committed
Update mocks, dependency versions
Signed-off-by: Jonathan West <[email protected]>
1 parent 0cc706d commit 18bafa7

File tree

10 files changed

+267
-11
lines changed

10 files changed

+267
-11
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: "Ensure 'backend' passes 'go-lint' - run 'make lint' to identify issues"
8585
run: |
86-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.3
86+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.3
8787
cd $GITHUB_WORKSPACE/backend
8888
make lint
8989
@@ -291,7 +291,7 @@ jobs:
291291
run: |
292292
cd $GITHUB_WORKSPACE
293293
go install github.com/golang/mock/mockgen@latest
294-
go install github.com/vektra/mockery/v2@v2.36.0
294+
go install github.com/vektra/mockery/v2@v2.45.0
295295
- name: "Generate mocks"
296296
run: |
297297
cd $GITHUB_WORKSPACE

appstudio-controller/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# Image URL to use all building/pushing image targets
3939
IMG ?= controller:latest
4040
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
41-
ENVTEST_K8S_VERSION = 1.23
41+
ENVTEST_K8S_VERSION = 1.28
4242

4343
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
4444
ifeq (,$(shell go env GOBIN))

backend-shared/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ clean:
5858
rm -rf vendor/ bin/
5959

6060
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
61-
ENVTEST_K8S_VERSION = 1.21
61+
ENVTEST_K8S_VERSION = 1.28
6262

6363
ENVTEST = $(shell pwd)/bin/setup-envtest
6464
envtest: ## Download envtest-setup locally if necessary.

backend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
2-
ENVTEST_K8S_VERSION = 1.21
2+
ENVTEST_K8S_VERSION = 1.28
33

44
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
55
ifeq (,$(shell go env GOBIN))

cluster-agent/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# # Image URL to use all building/pushing image targets
3939
# IMG ?= controller:latest
4040
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
41-
ENVTEST_K8S_VERSION = 1.21
41+
ENVTEST_K8S_VERSION = 1.28
4242

4343
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
4444
ifeq (,$(shell go env GOBIN))

cluster-agent/utils/mocks/ApplicationServiceClient.go

Lines changed: 113 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)