Browse Source

fix:go version

songzhibin97 3 years ago
parent
commit
6fd718dbf4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/build_test.yml

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

@@ -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.14
+      - name: Set up Go 1.15
         uses: actions/setup-go@v1
         uses: actions/setup-go@v1
         with:
         with:
-          go-version: 1.14
+          go-version: 1.15
         id: go
         id: go
 
 
       - name: Check out branch
       - name: Check out branch