diff --git a/.chloggen/golang-bump.yaml b/.chloggen/golang-bump.yaml new file mode 100644 index 0000000000..43d354dcb7 --- /dev/null +++ b/.chloggen/golang-bump.yaml @@ -0,0 +1,16 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: enhancement + +# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action) +component: collector, targer allocator, opamp + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Require Go 1.24+ to build the collector, target allocator, and opamp. + +# One or more tracking issues related to the change +issues: [4173] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: diff --git a/go.mod b/go.mod index 117749917d..2ba89b50cb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/open-telemetry/opentelemetry-operator -go 1.23.0 +go 1.24.0 toolchain go1.24.1