From a856c7d93d64009e48ab59fbc6c8b0a0e32f48e0 Mon Sep 17 00:00:00 2001 From: Braydon Kains <93549768+braydonk@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:44:26 -0400 Subject: [PATCH] Update to Go 1.22 (#236) --- .github/workflows/presubmit.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index a97c45ca..9a4a73f5 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -6,7 +6,7 @@ on: - master env: # Default minimum version of Go to support. - DEFAULT_GO_VERSION: 1.21.11 + DEFAULT_GO_VERSION: 1.22.8 jobs: build: strategy: diff --git a/go.mod b/go.mod index 7c467574..d9d691c6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-collector -go 1.21.11 +go 1.22.8 require ( github.com/NVIDIA/go-dcgm v0.0.0-20240409130410-eeff1ddeec19