Skip to content

Commit

Permalink
Update to Go 1.22
Browse files Browse the repository at this point in the history
This PR updates to Go 1.22 to support OTel v0.111.0
  • Loading branch information
braydonk committed Oct 22, 2024
1 parent efa0975 commit eb111ae
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 eb111ae

Please sign in to comment.