浏览代码

Bump Go to 1.15 for CI builds

Bernhard Froehlich 4 年之前
父节点
当前提交
822dbbce7d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/go.yml

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

@@ -7,10 +7,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
 
-    - name: Set up Go 1.14
+    - name: Set up Go 1.15
       uses: actions/[email protected]
       with:
-        go-version: 1.14
+        go-version: 1.15
       id: go
 
     - name: Check out code into the Go module directory