Skip to content

Commit 989295a

Browse files
authored
Merge pull request #1867 from kishaningithub/patch-1
Add go 1.17 to the build matrix
2 parents db669da + 3d2164e commit 989295a

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]
15+
go-version: [1.16.x, 1.17.x]
1616

1717
services:
1818
redis:

0 commit comments

Comments
 (0)