1
0
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:
Damien Mathieu 2023-03-24 15:48:10 +01:00 committed by GitHub
parent 7ad0ae4da1
commit 22cfa14850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ on:
branches:
- main
env:
DEFAULT_GO_VERSION: 1.20
DEFAULT_GO_VERSION: "1.20"
jobs:
benchmark:
name: Benchmarks