Skip to content

Commit dcb60c3

Browse files
committed
Remove statement from rebase, and downgrade go version
Signed-off-by: Jonathan West <[email protected]>
1 parent f06fb82 commit dcb60c3

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

controllers/deployment.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,6 @@ func identifyDeploymentDifference(x appsv1.Deployment, y appsv1.Deployment) stri
200200
return ".Spec.Strategy"
201201
}
202202

203-
if !reflect.DeepEqual(x.Annotations, y.Annotations) {
204-
return "Annotations"
205-
}
206-
207203
if !reflect.DeepEqual(x.Labels, y.Labels) {
208204
return "Labels"
209205
}

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/argoproj-labs/argo-rollouts-manager
22

3-
go 1.22
4-
5-
toolchain go1.22.2
3+
go 1.21
64

75
require (
86
github.com/coreos/prometheus-operator v0.40.0

0 commit comments

Comments
 (0)