update go version

This commit is contained in:
ffdfgdfg
2021-04-07 21:38:43 +08:00
parent 9142347855
commit 1c9424c4ba
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: 1.15
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2