Skip to content

Commit e4d5c36

Browse files
committed
ci: stop testing with golang 1.20.x.
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
1 parent 6578149 commit e4d5c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.20.x
19+
go-version: 1.21.x
2020

2121
- name: Set env
2222
shell: bash
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v4
4444
- uses: actions/setup-go@v5
4545
with:
46-
go-version: 1.20.x
46+
go-version: 1.21.x
4747

4848
- name: Set env
4949
shell: bash
@@ -85,7 +85,7 @@ jobs:
8585

8686
strategy:
8787
matrix:
88-
go: [1.20.x, 1.21.x, 1.22.3]
88+
go: [1.21.x, 1.22.3]
8989

9090
steps:
9191
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)