github: use go1.17 for testing

This commit is contained in:
c9s 2022-08-09 16:42:45 +08:00
parent a0daddf1a8
commit 1d9346b02e
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -46,7 +46,8 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: 1.18 # go-version: 1.18
go-version: 1.17
- name: Install Migration Tool - name: Install Migration Tool
run: go install github.com/c9s/rockhopper/cmd/rockhopper@v1.2.1 run: go install github.com/c9s/rockhopper/cmd/rockhopper@v1.2.1