Skip to content

Commit

Permalink
Use quotes around 1.20 in ci.yml
Browse files Browse the repository at this point in the history
Fix Go version 1.20 being interpreted as 1.2 by using quotes.
  • Loading branch information
fxamacker authored Feb 18, 2024
1 parent a8c7aa7 commit 9cd2483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
go-version: [1.19, 1.20]
go-version: [1.19, '1.20']

steps:
- name: Install Go
Expand Down

0 comments on commit 9cd2483

Please sign in to comment.