소스 검색

fix:升级go mod

songzhibin97 3 년 전
부모
커밋
bc0423f457
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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