Skip to content

Commit d5219b9

Browse files
Codelaxremyleone
andauthored
ci: remove go 1.20 (#2310)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 47ffd1a commit d5219b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tests:
99
strategy:
1010
matrix:
11-
go-version: [1.20.x, 1.21.x]
11+
go-version: [1.21.x]
1212
platform: [ubuntu-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:

0 commit comments

Comments
 (0)