go-sdk/actor
Mike Nguyen 59acca46a6
chore!: upgrade lint & go (#649)
* chore: bump go to 1.23.3 and golangci-lint to 1.61.0

Signed-off-by: mikeee <hey@mike.ee>

* fix: ineffective nolint directive removed

Signed-off-by: Mike Nguyen <hey@mike.ee>

* fix: perfsprint recommendations

Signed-off-by: Mike Nguyen <hey@mike.ee>

* fix: intrange recommendations - refactor loops

Signed-off-by: Mike Nguyen <hey@mike.ee>

* fix: remove existing dereferencing copies

Signed-off-by: Mike Nguyen <hey@mike.ee>

* fix!: address gosec overflows

BREAKING CHANGE: State consistency, concurrency and operation types are now int32 sized.
Panic on an overflow conversion for a proto duration

Signed-off-by: Mike Nguyen <hey@mike.ee>

* fix: tooling lint issues/ci update

Signed-off-by: Mike Nguyen <hey@mike.ee>

* fix: perfsprint suggestions on dapr-bot

Signed-off-by: Mike Nguyen <hey@mike.ee>

* chore(ci): remove gover remnants

Signed-off-by: Mike Nguyen <hey@mike.ee>

* chore(ci): upgrade golangci-lint action version

Signed-off-by: Mike Nguyen <hey@mike.ee>

---------

Signed-off-by: mikeee <hey@mike.ee>
Signed-off-by: Mike Nguyen <hey@mike.ee>
2024-11-13 22:01:59 -07:00
..
api replace license headers (#232) 2021-12-14 12:06:12 -08:00
codec Various fixes and cleanups (#346) 2023-01-09 10:38:37 -08:00
config fix: config api (#200) 2022-04-05 17:43:32 -07:00
error replace license headers (#232) 2021-12-14 12:06:12 -08:00
manager chore!: upgrade lint & go (#649) 2024-11-13 22:01:59 -07:00
mock feat: add golangci-lint (local) version check (#467) 2023-10-20 14:15:47 -07:00
runtime Create `xxxContext` functions for ones which are missing a caller context. (#358) 2023-03-29 07:40:51 -07:00
state chore!: upgrade lint & go (#649) 2024-11-13 22:01:59 -07:00
actor.go Add note about Actor State `WithTTL` being feature preview. (#408) 2023-05-29 09:59:51 +08:00