Skip to content

Commit

Permalink
chore: Upgrade setup-kind action to v0.5.0 (#253)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak authored Dec 2, 2020
1 parent 7f3dbdb commit 7e0434e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Run unit tests
run: make unit-tests
- name: Setup Kubernetes cluster (KIND)
uses: engineerd/setup-kind@v0.4.0
uses: engineerd/setup-kind@v0.5.0
with:
version: v0.9.0
image: kindest/node:v1.18.8@sha256:f4bcc97a0ad6e7abaf3f643d890add7efe6ee4ab90baeb374b4f41a4c95567eb
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builds:
goarch:
- amd64
- id: starboard-scanner-aqua
main: ./cmd/starboard-scanner-aqua/main.go
main: ./cmd/scanner-aqua/main.go
binary: starboard-scanner-aqua
goos:
- linux
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build-starboard-operator: $(SOURCES)

## Builds the scanner-aqua binary
build-starboard-scanner-aqua: $(SOURCES)
CGO_ENABLED=0 GOOS=linux go build -o ./bin/starboard-scanner-aqua ./cmd/starboard-scanner-aqua/main.go
CGO_ENABLED=0 GOOS=linux go build -o ./bin/starboard-scanner-aqua ./cmd/scanner-aqua/main.go

.PHONY: get-ginkgo
## Installs Ginkgo CLI
Expand Down
File renamed without changes.

0 comments on commit 7e0434e

Please sign in to comment.