mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-06-04 10:15:05 +08:00
chore: update Go version and dependencies to 1.23-alpine
- Update golang container version in GitHub Actions file to `1.23-alpine` - Change go module version to `1.23.0` - Upgrade `golang.org/x/crypto` to `v0.36.0` - Upgrade `golang.org/x/sys` to `v0.31.0` Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
testing:
|
||||
runs-on: ubuntu-latest
|
||||
container: golang:1.22-alpine
|
||||
container: golang:1.23-alpine
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user