Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 6d9d350

Browse files
committed
GitHub CI: fix Go version
Fix Go version in YAML: use quotes to mark <1.20> as string instead of being interpreted as float as <1.2>.
1 parent c2499bf commit 6d9d350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go 1.20
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: 1.20
22+
go-version: '1.20'
2323
id: go
2424

2525
- name: Get dependencies

0 commit comments

Comments
 (0)