Skip to content

Commit

Permalink
chore: add more go versions in the test (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: Anqi <[email protected]>
  • Loading branch information
haoxins and Nicole00 authored Dec 12, 2023
1 parent 427c44b commit fb2c3b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: ['1.16', '1.17', '1.18']
goVer: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21']
steps:
- uses: actions/checkout@v2
- name: Setup go ${{ matrix.goVer }}
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: ['1.16', '1.17', '1.18']
goVer: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21']
steps:
- uses: actions/checkout@v2
- name: Setup go ${{ matrix.goVer }}
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: ['1.16', '1.17', '1.18']
goVer: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21']
steps:
- uses: actions/checkout@v2
- name: Setup go ${{ matrix.goVer }}
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/vesoft-inc/nebula-go/v3

go 1.13
go 1.16

require (
github.com/stretchr/testify v1.7.0
Expand Down

0 comments on commit fb2c3b7

Please sign in to comment.