mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
github flow: bump go version to 1.19
This commit is contained in:
parent
e82605f658
commit
4b11289c7c
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -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"
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user