Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 23e0f1c

Browse files
author
Antonio Cheong
authored
fix: unclosed quote
1 parent 4519da6 commit 23e0f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.21
22+
go-version: '1.21'
2323

2424
- name: Build
2525
run: go build -v ./...

0 commit comments

Comments
 (0)