Skip to content

Commit

Permalink
Upgrade Go versions in CI (#5845)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias and pellared committed Jul 2, 2024
1 parent d6e791c commit f783d1f
Showing 1 changed file with 2 additions and 2 deletions.
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.4"
DEFAULT_GO_VERSION: "~1.22.5"
jobs:
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
compatibility-test:
strategy:
matrix:
go-version: ["~1.22.4", "~1.21.11"]
go-version: ["~1.22.4", "~1.21.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
# GitHub Actions does not support arm* architectures on default
# runners. It is possible to accomplish this with a self-hosted runner
Expand Down

0 comments on commit f783d1f

Please sign in to comment.