Skip to content

Commit

Permalink
Bump min Go version used in CI (#5489)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jun 5, 2024
1 parent e39085d commit 5925cc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
DEFAULT_GO_VERSION: "~1.22.3"
DEFAULT_GO_VERSION: "~1.22.4"
jobs:
benchmark:
name: Benchmarks
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5925cc4

Please sign in to comment.