Skip to content

Commit 72cd68f

Browse files
author
Chaitanya Reddy Onteddu
committed
Chore: Upgrade the golang version in unit-test and change the version of setup-envtest
Signed-off-by: Chaitanya Reddy Onteddu <[email protected]>
1 parent 72a8d0f commit 72cd68f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
workflow_dispatch: { }
1515

1616
env:
17-
GO_VERSION: '1.19'
17+
GO_VERSION: '1.20'
1818

1919
jobs:
2020
detect-noop:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ ENVTEST ?= bin/setup-envtest
130130
envtest:
131131
mkdir -p bin
132132
[ -f $(ENVTEST) ] || GOBIN=$(PWD)/bin \
133-
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
133+
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.15.3

0 commit comments

Comments
 (0)