gha: add note about buildkit using older go version

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 41f235a2f8)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-07-14 22:39:33 +02:00
parent fa909dfaf4
commit 75a90f85ad
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -13,6 +13,7 @@ on:
pull_request: pull_request:
env: env:
# FIXME(thaJeztah): update to newer go versions once BuildKit's vendoring has the fix from https://github.com/moby/moby/pull/45942
GO_VERSION: "1.20.5" GO_VERSION: "1.20.5"
DESTDIR: ./build DESTDIR: ./build