Skip to content

Commit bc0423f

Browse files
committed
fix:升级go mod
1 parent 6fd718d commit bc0423f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
name: Backend build
4141
runs-on: ubuntu-latest
4242
steps:
43-
- name: Set up Go 1.15
43+
- name: Set up Go 1.6
4444
uses: actions/setup-go@v1
4545
with:
46-
go-version: 1.15
46+
go-version: 1.16
4747
id: go
4848

4949
- name: Check out branch

server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/flipped-aurora/gin-vue-admin
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect

0 commit comments

Comments
 (0)