Skip to content

Commit

Permalink
Merge pull request moby#48615 from thaJeztah/fix_buildkit_go_version
Browse files Browse the repository at this point in the history
gha: buildkit: make sure expected Go version is installed
  • Loading branch information
thaJeztah authored Oct 10, 2024
2 parents aafdd33 + 02d4fc3 commit d945d0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
uses: actions/checkout@v4
with:
path: moby
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
-
name: BuildKit ref
run: |
Expand Down

0 comments on commit d945d0c

Please sign in to comment.