1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +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:
Tyler Yahn
2024-06-05 08:05:47 -07:00
committed by GitHub
parent e39085d69e
commit 5925cc4426
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.3"
DEFAULT_GO_VERSION: "~1.22.4"
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.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"