Skip to content

Commit

Permalink
Streamline CI workflow
Browse files Browse the repository at this point in the history
This package has no complicated code or dependencies hence is does
not makes sense to explicitly test against Windows and Mac
environments. This is simply saves time, resources and energy :)

Add support for Go 19.x and keep supporting 16.x for some more
time as it was a major milestone too.
  • Loading branch information
rsjethani committed Oct 15, 2022
1 parent b1b9224 commit d8e36cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.18.x]
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.16.x, 1.19.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down

0 comments on commit d8e36cf

Please sign in to comment.