Skip to content

Commit b327a6c

Browse files
authored
Release pond v2 (#73)
* 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
1 parent 18002c1 commit b327a6c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+3282
-2048
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Run tests
1111
strategy:
1212
matrix:
13-
go-version: [1.22.x, 1.21.x, 1.20.x, 1.19.x, 1.18.x]
13+
go-version: [1.22.x, 1.21.x, 1.20.x]
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)