Skip to content

Commit 86114f9

Browse files
committed
chore: remove 1.15 support
1 parent 192e0b6 commit 86114f9

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
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
go-version: [1.15.x,1.16.x,1.17.x]
12+
go-version: [1.16.x,1.17.x]
1313
runs-on: ubuntu-latest
1414
services:
1515
redis:

0 commit comments

Comments
 (0)