Skip to content

Commit 07ed088

Browse files
committed
chore(ci): remove support to 1.20 and add 1.23
1 parent df5f0c1 commit 07ed088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.20.x, 1.21.x, 1.22.x]
7+
go-version: [1.21.x, 1.22.x, 1.23.x]
88
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)