Skip to content

Commit

Permalink
Fix go-runtime setup for base-build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Morgan Fainberg <code@tempusfrang.it>
  • Loading branch information
tempusfrangit committed Mar 27, 2024
1 parent 175e3e5 commit 1999f43
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-bases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go Runtime
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.20
id: go
go-version-file: go.mod

- id: getmatrix
run: |
Expand Down Expand Up @@ -51,10 +50,9 @@ jobs:
image=moby/buildkit:v0.13.0
- name: Setup Go Runtime
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.20
id: go
go-version-file: go.mod

- name: 'Set Python Version'
run: |
Expand Down

0 comments on commit 1999f43

Please sign in to comment.