Skip to content

Commit 5126dbd

Browse files
authored
Pre-release: bump dependency versions. (#685)
1 parent e3c4b0c commit 5126dbd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Every target has a BIN_NAME argument that must be provided via --build-arg=BIN_NAME=<name>
88
# when building.
99

10-
ARG GO_VERSION=1.25.4
10+
ARG GO_VERSION=1.25.5
1111

1212
# ===================================
1313
#

charts/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/hcp-terraform-operator/charts/test
22

3-
go 1.25.4
3+
go 1.25.5
44

55
require (
66
github.com/gruntwork-io/terratest v0.47.2

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
capabilities:
1616
drop:
1717
- "ALL"
18-
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.15
18+
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.20
1919
args:
2020
- "--secure-listen-address=0.0.0.0:8443"
2121
- "--upstream=http://127.0.0.1:8080/"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/hcp-terraform-operator
22

3-
go 1.25.4
3+
go 1.25.5
44

55
require (
66
github.com/go-logr/logr v1.4.3

0 commit comments

Comments
 (0)