Skip to content

Commit 5925cc4

Browse files
authored
Bump min Go version used in CI (#5489)
Similar to open-telemetry/opentelemetry-go-contrib#5735, ensure [GO-2024-2887](https://pkg.go.dev/vuln/GO-2024-2887) is addressed.
1 parent e39085d commit 5925cc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
DEFAULT_GO_VERSION: "~1.22.3"
9+
DEFAULT_GO_VERSION: "~1.22.4"
1010
jobs:
1111
benchmark:
1212
name: Benchmarks

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
# backwards compatibility with the previous two minor releases and we
1515
# explicitly test our code for these versions so keeping this at prior
1616
# versions does not add value.
17-
DEFAULT_GO_VERSION: "~1.22.3"
17+
DEFAULT_GO_VERSION: "~1.22.4"
1818
jobs:
1919
lint:
2020
runs-on: ubuntu-latest
@@ -118,7 +118,7 @@ jobs:
118118
compatibility-test:
119119
strategy:
120120
matrix:
121-
go-version: ["~1.22.3", "~1.21.10"]
121+
go-version: ["~1.22.4", "~1.21.11"]
122122
platform:
123123
- os: ubuntu-latest
124124
arch: "386"

0 commit comments

Comments
 (0)