Skip to content

Commit

Permalink
Merge pull request #703 from cybozu-go/fix-release-ci
Browse files Browse the repository at this point in the history
add setup-go in release-cke-image
  • Loading branch information
YZ775 authored Feb 8, 2024
2 parents e752ae2 + f8043a6 commit a5484e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
needs: release-cke-image
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Download sonobuoy test
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit a5484e8

Please sign in to comment.