1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Bump default Go version to 1.19 (#3694)

This commit is contained in:
Tyler Yahn
2023-02-08 14:21:16 -08:00
committed by GitHub
parent a7fb378ad9
commit fb5c599833
+1 -1
View File
@@ -8,7 +8,7 @@ env:
# Path to where test results will be saved.
TEST_RESULTS: /tmp/test-results
# Default minimum version of Go to support.
DEFAULT_GO_VERSION: 1.18
DEFAULT_GO_VERSION: 1.19
jobs:
lint:
runs-on: ubuntu-latest