Merge pull request #1867 from kishaningithub/patch-1

Add go 1.17 to the build matrix
This commit is contained in:
Vladimir Mihailenco 2021-08-24 14:15:24 +03:00 committed by GitHub
commit 989295a24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go-version: [1.15.x, 1.16.x] go-version: [1.16.x, 1.17.x]
services: services:
redis: redis: