Skip to content

Commit

Permalink
.github: use golang 1.20 in CI.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Jun 4, 2024
1 parent 8c04136 commit f2e5923
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 @@ -60,7 +60,7 @@ jobs:

strategy:
matrix:
go: [1.19.x, 1.20.x]
go: [1.20.x]
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]

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

0 comments on commit f2e5923

Please sign in to comment.