Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.{mod,sum}, .github: bump minimum golang version to 1.20. #88

Merged
merged 7 commits into from
Jun 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.github: test with golang 1.20.x, 1.21.x, 1.22.3 in CI.
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
  • Loading branch information
klihub committed Jun 6, 2024
commit 9106283b2ebbad9f0c3374113a2b93c1cd0ab304
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

strategy:
matrix:
go: [1.19.x, 1.20.x]
go: [1.22.3]
os: [ubuntu-22.04]

steps:
Expand All @@ -85,7 +85,7 @@ jobs:

strategy:
matrix:
go: [1.19.x, 1.20.x]
go: [1.20.x, 1.21.x, 1.22.3]

steps:
- uses: actions/checkout@v4
Expand Down