fix:升级go mod
This commit is contained in:
parent
d75b2ce7d6
commit
faafe15629
|
@ -40,10 +40,10 @@ jobs:
|
||||||
name: Backend build
|
name: Backend build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.15
|
- name: Set up Go 1.6
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: 1.15
|
go-version: 1.16
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out branch
|
- name: Check out branch
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
module github.com/flipped-aurora/gin-vue-admin
|
module github.com/flipped-aurora/gin-vue-admin
|
||||||
|
|
||||||
go 1.15
|
go 1.16
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
||||||
|
|
Loading…
Reference in New Issue