Skip to content

Commit f589c39

Browse files
committed
✅ Add golang 1.17 to 1.20 to ci.yml
1 parent 706da5f commit f589c39

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
# if: "!contains(github.event.head_commit.message, '[ci skip]')"
1212
strategy:
1313
matrix:
14-
go: ["1.21", "1.22", "1.23"]
14+
go: ["1.17", "1.18", "1.19", "1.20", "1.21", "1.22", "1.23"]
1515
name: Test on Go ${{ matrix.go }}
1616
steps:
1717
# https://github.com/actions/checkout

0 commit comments

Comments
 (0)