Skip to content

Commit f9becbf

Browse files
committed
remove go 1.20 unit test; it's no longer useful and lacks certain features
1 parent 62ae2bb commit f9becbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
go-version: ["1.20", "1.22"]
14+
go-version: ["1.22"]
1515
name: test go ${{ matrix.go-version}}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)