Skip to content

Commit

Permalink
Update Go version for gopherjs
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Mar 5, 2024
1 parent 0f0232e commit 302442f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gopherjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.18]
# Check supported Go version https://github.com/gopherjs/gopherjs/blob/master/compiler/version_check.go#L17-L18
go: [1.19]
steps:

- name: Set up Go
Expand Down

0 comments on commit 302442f

Please sign in to comment.