Skip to content

Commit

Permalink
Update supported go version: 1.18~1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Jun 18, 2023
1 parent d5d55fd commit ef94635
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.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.18', '1.19', '1.20']
steps:

- name: Set up Go
Expand Down

0 comments on commit ef94635

Please sign in to comment.