Skip to content

Commit 222ba73

Browse files
committed
Bump controller-runtime and k8s.io deps
This change bumps controller-runtime to 0.15 and k8s.io/* deps to 0.27.2 Signed-off-by: Brendan Shephard <[email protected]>
1 parent ccc783f commit 222ba73

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Lint
6666
uses: golangci/golangci-lint-action@v3
6767
with:
68-
version: v1.48.0
68+
version: v1.51.2
6969

7070
go-apidiff:
7171
name: go-apidiff

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ build:
6161

6262
.PHONY: setup-lint
6363
setup-lint: ## Setup the lint
64-
fetch golangci-lint 1.48.0
64+
fetch golangci-lint 1.51.2
6565

6666
# Run various checks against code
6767
.PHONY: lint

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ require (
1414
github.com/prometheus/client_golang v1.15.1
1515
github.com/sergi/go-diff v1.2.0
1616
github.com/sirupsen/logrus v1.9.3
17-
github.com/spf13/afero v1.9.5
1817
github.com/spf13/cobra v1.7.0
1918
github.com/spf13/pflag v1.0.5
2019
github.com/stretchr/testify v1.8.2
@@ -138,6 +137,7 @@ require (
138137
github.com/rubenv/sql-migrate v1.3.1 // indirect
139138
github.com/russross/blackfriday/v2 v2.1.0 // indirect
140139
github.com/shopspring/decimal v1.3.1 // indirect
140+
github.com/spf13/afero v1.9.5 // indirect
141141
github.com/spf13/cast v1.5.0 // indirect
142142
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
143143
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -147,7 +147,7 @@ require (
147147
github.com/yvasiyarov/gorelic v0.0.7 // indirect
148148
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
149149
go.opencensus.io v0.23.0 // indirect
150-
go.starlark.net v0.0.0-20221010140840-6bf6f0955179 // indirect
150+
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect
151151
go.uber.org/atomic v1.10.0 // indirect
152152
go.uber.org/multierr v1.8.0 // indirect
153153
go.uber.org/zap v1.24.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -805,8 +805,8 @@ go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
805805
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
806806
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
807807
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
808-
go.starlark.net v0.0.0-20221010140840-6bf6f0955179 h1:Mc5MkF55Iasgq23vSYpL6/l7EJXtlNjzw+8hbMQ/ShY=
809-
go.starlark.net v0.0.0-20221010140840-6bf6f0955179/go.mod h1:kIVgS18CjmEC3PqMd5kaJSGEifyV/CeB9x506ZJ1Vbk=
808+
go.starlark.net v0.0.0-20230612165344-9532f5667272 h1:2/wtqS591wZyD2OsClsVBKRPEvBsQt/Js+fsCiYhwu8=
809+
go.starlark.net v0.0.0-20230612165344-9532f5667272/go.mod h1:jxU+3+j+71eXOW14274+SmmuW82qJzl6iZSeqEtTGds=
810810
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
811811
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
812812
go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ=

0 commit comments

Comments
 (0)