go-sdk/actor/state
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
..
actor_state_change.go Actor state client `SetWithTTL` (#383) 2023-04-27 15:31:36 -07:00
actor_state_change_test.go chore!: upgrade lint & go (#649) 2024-11-13 22:01:59 -07:00
state_async_provider.go Actor state client `SetWithTTL` (#383) 2023-04-27 15:31:36 -07:00
state_async_provider_test.go Fix error saving actor state for readonly changes (#233) 2022-01-11 09:37:26 -08:00
state_change_metadata.go Actor state client `SetWithTTL` (#383) 2023-04-27 15:31:36 -07:00
state_change_metadata_test.go replace license headers (#232) 2021-12-14 12:06:12 -08:00
state_manager.go Actor state client `SetWithTTL` (#383) 2023-04-27 15:31:36 -07:00