Skip to content

Commit

Permalink
install go in the scan CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro committed Aug 8, 2024
1 parent 7293b9d commit ee2f264
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
IMG: local/kubegres:scan
PLATFORMS: linux/amd64
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: docker/setup-qemu-action@v3
with:
platforms: amd64
Expand Down

0 comments on commit ee2f264

Please sign in to comment.