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

Upgrade default go verison to 1.22.3 (#5314)

This commit is contained in:
Sam Xie
2024-05-07 21:25:24 -07:00
committed by GitHub
parent 2f662dbe13
commit 2cf3d64f3e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
DEFAULT_GO_VERSION: "~1.22.2"
DEFAULT_GO_VERSION: "~1.22.3"
jobs:
benchmark:
name: Benchmarks
+2 -2
View File
@@ -14,7 +14,7 @@ env:
# backwards compatibility with the previous two minor releases and we
# explicitly test our code for these versions so keeping this at prior
# versions does not add value.
DEFAULT_GO_VERSION: "~1.22.2"
DEFAULT_GO_VERSION: "~1.22.3"
jobs:
lint:
runs-on: ubuntu-latest
@@ -117,7 +117,7 @@ jobs:
compatibility-test:
strategy:
matrix:
go-version: ["~1.22.2", "~1.21.9"]
go-version: ["~1.22.3", "~1.21.10"]
platform:
- os: ubuntu-latest
arch: "386"