mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-04-21 11:57:04 +02:00
Upgrade Go versions in CI (#5570)
Address https://pkg.go.dev/vuln/GO-2024-2963 which is blocking things: https://github.com/open-telemetry/opentelemetry-go-contrib/actions/runs/9767710483/job/26963575194?pr=5838
This commit is contained in:
parent
81216fb002
commit
83b7bd0b36
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEFAULT_GO_VERSION: "~1.22.4"
|
DEFAULT_GO_VERSION: "~1.22.5"
|
||||||
jobs:
|
jobs:
|
||||||
benchmark:
|
benchmark:
|
||||||
name: Benchmarks
|
name: Benchmarks
|
||||||
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -12,7 +12,7 @@ env:
|
|||||||
# backwards compatibility with the previous two minor releases and we
|
# backwards compatibility with the previous two minor releases and we
|
||||||
# explicitly test our code for these versions so keeping this at prior
|
# explicitly test our code for these versions so keeping this at prior
|
||||||
# versions does not add value.
|
# versions does not add value.
|
||||||
DEFAULT_GO_VERSION: "~1.22.4"
|
DEFAULT_GO_VERSION: "~1.22.5"
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -118,7 +118,7 @@ jobs:
|
|||||||
compatibility-test:
|
compatibility-test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ["~1.22.4", "~1.21.11"]
|
go-version: ["~1.22.5", "~1.21.12"]
|
||||||
platform:
|
platform:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
arch: "386"
|
arch: "386"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user