Skip to content

Commit 471fa30

Browse files
committed
Fix CI
Signed-off-by: John Howard <[email protected]>
1 parent 4844bbf commit 471fa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v2
1414
with:
15-
go-version: 1.20
15+
go-version: '1.20'
1616

1717
- name: Build
1818
run: |

0 commit comments

Comments
 (0)