1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-04-21 11:57:04 +02:00
Tyler Yahn 2024-07-02 23:07:07 -07:00 committed by GitHub
parent 81216fb002
commit 83b7bd0b36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
DEFAULT_GO_VERSION: "~1.22.4"
DEFAULT_GO_VERSION: "~1.22.5"
jobs:
benchmark:
name: Benchmarks

View File

@ -12,7 +12,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.4"
DEFAULT_GO_VERSION: "~1.22.5"
jobs:
lint:
runs-on: ubuntu-latest
@ -118,7 +118,7 @@ jobs:
compatibility-test:
strategy:
matrix:
go-version: ["~1.22.4", "~1.21.11"]
go-version: ["~1.22.5", "~1.21.12"]
platform:
- os: ubuntu-latest
arch: "386"