actions: build on go1.20.x (#2541)

github.Action add go1.20
This commit is contained in:
Pranit Bauva 2023-04-05 20:05:32 +05:30 committed by GitHub
parent 46f245075e
commit 842b65fb60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.18.x, 1.19.x, 1.20.x]
services:
redis: