mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-06-04 18:24:01 +08:00
chore: upgrade Go and dependencies to improve compatibility
- Update Go version from 1.22 to 1.23 - Upgrade golang.org/x/crypto from version 0.29.0 to 0.36.0 - Upgrade golang.org/x/sys from version 0.27.0 to 0.31.0 - Change Docker image in GitHub Actions from golang:1.22-alpine to golang:1.23-alpine Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
testing:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: golang:1.22-alpine
|
||||
image: golang:1.23-alpine
|
||||
options: --sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user