mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-07-16 16:10:29 +08:00
chore: upgrade Go to 1.25 and update dependencies
- Bump minimum Go version from 1.24 to 1.25 - Update CI test matrix to Go 1.25 and 1.26, drop 1.24 - Upgrade easyssh-proxy to v1.5.2, urfave/cli to v2.27.7 - Upgrade golang.org/x/crypto to v0.49.0 and other x/ packages Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.24", "1.25"]
|
||||
go-version: ["1.25", "1.26"]
|
||||
container:
|
||||
image: golang:${{ matrix.go-version }}-alpine
|
||||
options: --sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||
|
||||
Reference in New Issue
Block a user