Skip to content

Commit fb4e75c

Browse files
authored
Update README.md
Remove go1.18 notice. Has been released long enough now, it's not really needed anymore.
1 parent fcc98ff commit fb4e75c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ See also:
88
- https://cschleiden.dev/blog/2022-02-13-go-workflows-part1/
99
- https://cschleiden.dev/blog/2022-05-02-go-workflows-part2/
1010

11-
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.
12-
1311
## Docs
1412

1513
See http://cschleiden.github.io/go-workflows for the current version of the documentation.
@@ -107,4 +105,4 @@ func main() {
107105
signal.Notify(c2, os.Interrupt)
108106
<-c2
109107
}
110-
```
108+
```

0 commit comments

Comments
 (0)