Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate-bot committed Apr 22, 2022
1 parent ed82dcb commit abb9f8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17 as builder
FROM golang:1.18 as builder
WORKDIR /workspace

ENV GOPROXY=direct
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ KIND := ${BIN}/kind-${KIND_VERSION}
K8S_CLUSTER_NAME := pca-external-issuer

# cert-manager
CERT_MANAGER_VERSION ?= 1.7.0
CERT_MANAGER_VERSION ?= v1.8.0

# Controller tools
CONTROLLER_GEN_VERSION := 0.5.0
Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ require (
github.com/aws/aws-sdk-go-v2 v1.16.2
github.com/aws/aws-sdk-go-v2/config v1.15.3
github.com/aws/aws-sdk-go-v2/credentials v1.11.2
github.com/aws/aws-sdk-go-v2/service/acmpca v1.17.2
github.com/aws/aws-sdk-go-v2/service/iam v1.18.2
github.com/aws/aws-sdk-go-v2/service/ram v1.16.3
github.com/aws/aws-sdk-go-v2/service/acmpca v1.17.4
github.com/aws/aws-sdk-go-v2/service/iam v1.18.3
github.com/aws/aws-sdk-go-v2/service/ram v1.16.5
github.com/aws/aws-sdk-go-v2/service/sts v1.16.3
github.com/go-logr/logr v1.2.3
github.com/jetstack/cert-manager v1.7.2
github.com/jetstack/cert-manager v1.8.0
github.com/stretchr/testify v1.7.1
k8s.io/api v0.23.5
k8s.io/apimachinery v0.23.5
k8s.io/client-go v0.23.5
k8s.io/utils v0.0.0-20211116205334-6203023598ed
k8s.io/api v0.23.6
k8s.io/apimachinery v0.23.6
k8s.io/client-go v0.23.6
k8s.io/utils 3a6ce19ff2f9
sigs.k8s.io/controller-runtime v0.11.2
)

Expand Down

0 comments on commit abb9f8f

Please sign in to comment.