We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9e5dd commit 7383a7fCopy full SHA for 7383a7f
.github/workflows/zig.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install zig
27
uses: goto-bus-stop/setup-zig@v2
28
with:
29
- version: 0.11.0
+ version: 0.13.0
30
31
- name: Check out code into the Go module directory
32
uses: actions/checkout@v4
TODO.md
@@ -7,7 +7,6 @@
7
- [ ] Python
8
- [ ] Zig
9
- [x] udp-sendto
10
- - [x] rework with connect/send/receive
11
- [x] tcp-sendto
12
- [x] controllers dictionary
13
- [x] update to zig 0.13.0
0 commit comments