Tags: appleboy/drone-scp
Tags
docs: update README files with correct workflow links and formatting - Update workflow badge links in all README files to reference testing.yml instead of lint.yml - Fix bullet formatting in Chinese README files for better markdown display Signed-off-by: appleboy <appleboy.tw@gmail.com>
chore: update external dependencies versions - Update the version of `github.com/appleboy/easyssh-proxy` from `v1.4.0` to `v1.5.0` - Update the version of `github.com/urfave/cli/v2` from `v2.26.0` to `v2.27.1` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
chore: update dependencies to latest versions - Update `easyssh-proxy` dependency from `v1.3.10` to `v1.4.0` - Update `color` library from `v1.15.0` to `v1.16.0` - Upgrade `urfave/cli` module from `v2.25.5` to `v2.26.0` - Bump `x/crypto` version from `v0.9.0` to `v0.17.0` - Increment `go-md2man` indirect dependency from `v2.0.2` to `v2.0.3` - Update `go-isatty` indirect dependency from `v0.0.19` to `v0.0.20` - Update `smetrics` indirect dependency to a newer commit - Upgrade `x/sys` indirect dependency from `v0.8.0` to `v0.15.0` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
chore: update Go version and base images - Update the `go-version` to `^1` in the `.github/workflows/lint.yml` file - Change the container in the `.github/workflows/lint.yml` file from `golang:1.20-alpine` to `golang:1.21-alpine` - Update the base image in the `docker/Dockerfile` file from `alpine:3.19` to `alpine:3.17` Signed-off-by: appleboy <appleboy.tw@gmail.com>
refactor: remove unnecessary quotes in plugin build process (#177) - Modify `rmcmd` and `mkdircmd` to remove unneeded quotes - Update `buildUnTarArgs` in `plugin.go` to use target without quotes - Add `Exec` function to `plugin.go` with `strings.Replace` call - Update tests in `plugin_test.go` to use target without quotes ref: appleboy/scp-action#112
feat: refactor plugin struct and add hostPort function with tests (#176) - Change the `go` keyword to `gofmt` in line 259 - Add a new function `hostPort` to the `Plugin` struct - Modify the `hostPort` function to set the port if it is specified in the host string - Add 2 tests for `hostPort` function to `plugin_test.go` ref appleboy/scp-action#98
PreviousNext