Skip to content

Commit

Permalink
Updates go to 1.22.8
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKurek committed Oct 22, 2024
1 parent cc280a0 commit 1120266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-collector

go 1.22.0

toolchain go1.22.3
go 1.22.8

require (
github.com/NVIDIA/go-dcgm v0.0.0-20240409130410-eeff1ddeec19
Expand Down
4 changes: 1 addition & 3 deletions internal/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-collector

go 1.22.0

toolchain go1.22.3
go 1.22.8

require (
github.com/client9/misspell v0.3.4
Expand Down

0 comments on commit 1120266

Please sign in to comment.