Skip to content

Commit c33893f

Browse files
committed
Remove golang 1.20 from test pipeline
1 parent cfe7481 commit c33893f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
go: [ '1.20', '1.21', '1.23' ]
17+
go: [ '1.21', '1.23' ]
1818

1919
steps:
2020
- name: Set up Go ${{ matrix.go }}

0 commit comments

Comments
 (0)