Skip to content

Commit

Permalink
Update to Go 1.22 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
braydonk authored Oct 22, 2024
1 parent d50f9ca commit a856c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a856c7d

Please sign in to comment.