Skip to content

Commit

Permalink
Require Go 1.19+
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Sep 6, 2023
1 parent 3ca3523 commit 4319e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- macOS
- Windows
go-version:
- '1.18'
- '1.19'
- '1.20'
- '1.21'
include:
- platform: Linux
os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hattya/otto.module

go 1.18
go 1.19

require github.com/robertkrimen/otto v0.2.1

Expand Down

0 comments on commit 4319e63

Please sign in to comment.