Browse Source

code quality check: set go version to 1.14

Nicola Murino 5 năm trước cách đây
mục cha
commit
510a95bd6d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/quality.yml

+ 1 - 1
.github/workflows/quality.yml

@@ -15,7 +15,7 @@ jobs:
     - name: Set up Go 1.14
       uses: actions/setup-go@v2
       with:
-        go-version: 1.14.x
+        go-version: '1.14'
       id: go
 
     - name: Check out code into the Go module directory