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:
appleboy
2025-03-09 21:43:05 +08:00
parent 1fabfc4f97
commit 37b95a017d
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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