Bump Go version to 1.24 in Dockerfile and go.mod (#524)

This commit is contained in:
Boshi Lian 2025-02-13 02:36:12 -08:00 committed by GitHub
parent d6d42f1bd3
commit c8dd92f1e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.23-bookworm as builder
FROM docker.io/golang:1.24-bookworm as builder
ARG VER=devel
ARG BUILDTAGS=""

4
go.mod
View file

@ -1,8 +1,8 @@
module github.com/tg123/sshpiper
go 1.23.0
go 1.24
toolchain go1.23.2
toolchain go1.24.0
replace golang.org/x/crypto => ./crypto