Skip to content

Commit

Permalink
ci: update go version to test with
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Mar 18, 2022
1 parent fcd437d commit 522debf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version:
- 1.14.x
- 1.15.x
- 1.16.x
- 1.17.x
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: go

go:
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x
- 1.17.x
- tip

jobs:
Expand Down

0 comments on commit 522debf

Please sign in to comment.