Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d2164e

Browse files
authoredAug 24, 2021
Remove go 1.15 from build matrix
1 parent 83f70de commit 3d2164e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go-version: [1.15.x, 1.16.x, 1.17.x]
15+
go-version: [1.16.x, 1.17.x]
1616

1717
services:
1818
redis:

0 commit comments

Comments
 (0)
Please sign in to comment.