浏览代码

ci(buildkit): match moby go version for buildkit tests

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 2 年之前
父节点
当前提交
ee9fe2c838
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/buildkit.yml

+ 1 - 0
.github/workflows/buildkit.yml

@@ -13,6 +13,7 @@ on:
   pull_request:
 
 env:
+  GO_VERSION: "1.20.5"
   DESTDIR: ./build
 
 jobs: