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
chore(go): update dependencies and Go version to latest releases
- Update Go version from 1.18 to 1.21
- Upgrade `github.com/appleboy/com` from v0.1.7 to v0.2.1
- Upgrade `github.com/urfave/cli/v2` from v2.27.4 to v2.27.5
- Upgrade `github.com/cpuguy83/go-md2man/v2` from v2.0.4 to v2.0.5
Signed-off-by: appleboy <[email protected]>
ci: improve release process and test robustness
- Add extra_files option to .goreleaser.yaml to include pre-existing files in the release
Signed-off-by: appleboy <[email protected]>