Skip to content

Commit

Permalink
chore:kind version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsauter committed Jan 5, 2023
1 parent d5d02d3 commit 5e8ea0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
with:
go-version: 1.19
stable: true
- uses: engineerd/[email protected]
- name: Setup kind
uses: engineerd/[email protected]
with:
version: "v0.17.0"
image: kindest/node:v1.25.3
- name: Run Unit tests
run: go test -race -covermode atomic -coverprofile=profile.cov ./...
- name: Send coverage
Expand Down

0 comments on commit 5e8ea0e

Please sign in to comment.