Skip to content

Commit 8ba2afd

Browse files
authored
Remove go1.18 experiment notice
1 parent 55660ab commit 8ba2afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
Borrows heavily from [Temporal](https://github.com/temporalio/temporal) (and since it's a fork also [Cadence](https://github.com/uber/cadence)) as well as [DTFx](https://github.com/Azure/durabletask).
66

7-
Note on go1.18 generics: many of the `Get(...)` operations will become easier with generics, an ongoing exploration is happening in branch [go118](https://github.com/cschleiden/go-workflows/tree/go118).
8-
97
See also:
108
- https://cschleiden.dev/blog/2022-02-13-go-workflows-part1/
119

10+
On Go support: the current version of the library requires **Go 1.18** or later. There is a version that doesn't require generics and relies more on `interface{}` instead, but I think the improved type safety is worth not supporting a version of Go before 1.18 for now.
11+
1212
## Simple example
1313

1414
### Workflow

0 commit comments

Comments
 (0)