Skip to content

Commit 8264ea8

Browse files
committed
ci: remove go1.13
Signed-off-by: Babak K. Shandiz <babakks@github.com>
1 parent 3e3328d commit 8264ea8

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
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go: [ '1.13', '1.21', '1.22', '1.23', '1.24', '1.25' ]
8+
go: [ '1.21', '1.22', '1.23', '1.24', '1.25' ]
99
os: [ ubuntu-latest, macos-latest, windows-latest ]
1010
fail-fast: false
1111

0 commit comments

Comments
 (0)