We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7076ab4 commit 178f051Copy full SHA for 178f051
Dockerfile
@@ -7,7 +7,7 @@
7
# Every target has a BIN_NAME argument that must be provided via --build-arg=BIN_NAME=<name>
8
# when building.
9
10
-ARG GO_VERSION=1.23.2
+ARG GO_VERSION=1.23.3
11
12
# ===================================
13
#
go.mod
@@ -1,6 +1,6 @@
1
module github.com/hashicorp/hcp-terraform-operator
2
3
-go 1.23.2
+go 1.23.3
4
5
require (
6
github.com/go-logr/logr v1.4.2
0 commit comments