Skip to content

Commit 178f051

Browse files
authored
Bump Go from 1.23.2 to 1.23.3 (#515)
1 parent 7076ab4 commit 178f051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.23.2
10+
ARG GO_VERSION=1.23.3
1111

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

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.23.2
3+
go 1.23.3
44

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

0 commit comments

Comments
 (0)