github flow: bump go version to 1.19

This commit is contained in:
c9s 2023-12-07 15:14:12 +08:00
parent e82605f658
commit 4b11289c7c
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54
2 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ jobs:
strategy:
matrix:
redis-version:
- 6.2
- "6.2"
go-version:
- 1.18
- "1.20"
env:
MYSQL_DATABASE: bbgo
MYSQL_USER: "root"

View File

@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
- name: Install Node
uses: actions/setup-node@v2
with: