Skip to content

Commit

Permalink
Merge pull request #11 from ko-build/imjasonh-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
imjasonh committed May 16, 2023
2 parents 62953cd + 190bf66 commit c03345c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20.x'
- uses: actions/checkout@v2

- uses: ko-build/setup-ko@v0.6
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20.x'
- uses: actions/checkout@v2
- uses: ko-build/setup-ko@v0.6

Expand Down

0 comments on commit c03345c

Please sign in to comment.