mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-03 22:52:30 +02:00
Bump min Go version used in CI (#5489)
Similar to https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5735, ensure [GO-2024-2887](https://pkg.go.dev/vuln/GO-2024-2887) is addressed.
This commit is contained in:
parent
e39085d69e
commit
5925cc4426
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DEFAULT_GO_VERSION: "~1.22.3"
|
||||
DEFAULT_GO_VERSION: "~1.22.4"
|
||||
jobs:
|
||||
benchmark:
|
||||
name: Benchmarks
|
||||
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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.3"
|
||||
DEFAULT_GO_VERSION: "~1.22.4"
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
@ -118,7 +118,7 @@ jobs:
|
||||
compatibility-test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["~1.22.3", "~1.21.10"]
|
||||
go-version: ["~1.22.4", "~1.21.11"]
|
||||
platform:
|
||||
- os: ubuntu-latest
|
||||
arch: "386"
|
||||
|
Loading…
Reference in New Issue
Block a user