mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-12 10:04:29 +02:00
use go 1.20 as the default version, not 1.2 (#3929)
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
This commit is contained in:
parent
7ad0ae4da1
commit
22cfa14850
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
env:
|
||||
DEFAULT_GO_VERSION: 1.20
|
||||
DEFAULT_GO_VERSION: "1.20"
|
||||
jobs:
|
||||
benchmark:
|
||||
name: Benchmarks
|
||||
|
Loading…
Reference in New Issue
Block a user