Browse Source

fix:升级go mod

songzhibin97 3 years ago
parent
commit
bc0423f457
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .github/workflows/build_test.yml
  2. 1 1
      server/go.mod

+ 2 - 2
.github/workflows/build_test.yml

@@ -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

+ 1 - 1
server/go.mod

@@ -1,6 +1,6 @@
 module github.com/flipped-aurora/gin-vue-admin
 
-go 1.15
+go 1.16
 
 require (
 	github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect