Skip to content

Commit

Permalink
ci: stop testing with golang 1.20.x.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Sep 25, 2024
1 parent 6578149 commit e4d5c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.21.x

- name: Set env
shell: bash
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.21.x

- name: Set env
shell: bash
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

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

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

0 comments on commit e4d5c36

Please sign in to comment.