fix:升级go mod

This commit is contained in:
songzhibin97
2021-08-21 18:35:30 +08:00
parent d75b2ce7d6
commit faafe15629
2 changed files with 3 additions and 3 deletions

View File

@@ -40,10 +40,10 @@ jobs:
name: Backend build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.15
- name: Set up Go 1.6
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.16
id: go
- name: Check out branch