瀏覽代碼

update go version to 1.14 for github workflow (#976)

Kevin Wan 3 年之前
父節點
當前提交
6fd08027ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/go.yml

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

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