Skip to content

Commit

Permalink
Release pond v2 (#73)
Browse files Browse the repository at this point in the history
* feat(pond): initial work on v2

* create Task and GroupTask

* More progress on v2

* Move v2 source code to root directory, add docs and test coverage

* More progress on v2

* Update readme.md file and continue developing new interfaces

* More progress on v2

* Improve docs and refactor APIs

* Set go version to 1.18

* Bump to go 1.20
  • Loading branch information
alitto authored Oct 20, 2024
1 parent 18002c1 commit b327a6c
Show file tree
Hide file tree
Showing 56 changed files with 3,282 additions and 2,048 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Run tests
strategy:
matrix:
go-version: [1.22.x, 1.21.x, 1.20.x, 1.19.x, 1.18.x]
go-version: [1.22.x, 1.21.x, 1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
Loading

0 comments on commit b327a6c

Please sign in to comment.