Skip to content

Commit

Permalink
upgrade go version 1.20+ (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
buke authored Dec 1, 2023
1 parent 1800b71 commit d495b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.18', '1.19', '1.20.x', '1.21.x']
go: ['1.20.x', '1.21.x']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
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/buke/quickjs-go

go 1.18
go 1.20

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit d495b02

Please sign in to comment.