This commit is contained in:
Arthur Morgan 2021-09-08 01:33:14 +08:00
parent e6019a89c9
commit 28d17ac17f
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.17
- name: Get project dependencies
run: go mod download