mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
github: use go1.17 for testing
This commit is contained in:
parent
a0daddf1a8
commit
1d9346b02e
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -46,7 +46,8 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18
|
||||
# go-version: 1.18
|
||||
go-version: 1.17
|
||||
|
||||
- name: Install Migration Tool
|
||||
run: go install github.com/c9s/rockhopper/cmd/rockhopper@v1.2.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user