You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: update Go version and refactor byte conversion functions
- Update Go version from 1.18 to 1.21 and add toolchain go1.23.1
- Add dependency on `github.com/appleboy/com v0.2.1`
- Delete `helper.go` file containing `BytesToStr` and `StrToBytes` functions
- Import `github.com/appleboy/com/bytesconv` in `redis.go`
- Replace `BytesToStr` and `StrToBytes` with `bytesconv.BytesToStr` and `bytesconv.StrToBytes` in `redis.go`
Signed-off-by: appleboy <[email protected]>
0 commit comments