Skip to content

Commit

Permalink
Updated to Go 1.23 (cf. uhppoted/uhppoted#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Aug 23, 2024
1 parent f9eb590 commit 9a4da2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
2. Renamed _master_ branch to _main_ branch.
3. Updated network stack to use modern Go IP constructs.
4. `put-card` fails with 'invalid card' for card numbers 0, 0xffffffff and 0x00ffffff (as per SDK).
5. Updated to Go 1.23.


## [0.8.8](https://github.com/uhppoted/uhppote-core/releases/tag/v0.8.8) - 2024-03-26
Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# TODO

- [x] TCP/IP protocol (cf. https://github.com/uhppoted/uhppote-core/issues/17)
- [x] Update to Go 1.23 (cf. https://github.com/uhppoted/uhppoted/issues/53)
- [x] Add timezone to NewDevice
- [x] `put-card`: error on bad card numbers (0,0xffffffff,0x00ffffff)
- [x] Rework any remaining Date pointers to rather use IsZero
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/uhppoted/uhppote-core

go 1.22
go 1.23

0 comments on commit 9a4da2c

Please sign in to comment.