Skip to content

Commit

Permalink
Fix expression of 1.20 (to avoid regarded as 1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Apr 5, 2023
1 parent 319543f commit 3f5e55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.15, 1.16, 1.17, 1.18, 1.19, 1.20]
go: ['1.15', '1.16', '1.17', '1.18', '1.19', '1.20']
steps:

- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.17, 1.18, 1.19, 1.20]
go: ['1.17', '1.18', '1.19', '1.20']
steps:

- name: Set up Go
Expand Down

0 comments on commit 3f5e55c

Please sign in to comment.