Skip to content

Commit

Permalink
test: fix typo in build artifact step
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
  • Loading branch information
scottd018 committed Jun 20, 2022
1 parent cf079c9 commit e11a3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.version }}
go-version: ${{ matrix.go-version }}

- name: Build Binary Artifact (operator-builder)
run: make build
Expand Down

0 comments on commit e11a3ad

Please sign in to comment.