Browse Source

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

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax 2 years ago
parent
commit
ee9fe2c838
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/buildkit.yml

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

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