1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +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
+1 -1
View File
@@ -4,7 +4,7 @@ on:
branches:
- main
env:
DEFAULT_GO_VERSION: 1.20
DEFAULT_GO_VERSION: "1.20"
jobs:
benchmark:
name: Benchmarks