Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Aug 25, 2023
1 parent e752f2f commit 3ef721a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ jobs:
- uses: actions/checkout@v3

- uses: actions/setup-go@v3
with:
go-version: '1.20.x'
with:
go-version: '1.20.x'

- uses: ./.github/actions/build-kotsadm-image
with:
Expand Down

0 comments on commit 3ef721a

Please sign in to comment.