升级 Go 版本至 1.23

This commit is contained in:
wood chen 2024-10-09 13:03:55 +08:00
parent 80f3e0db13
commit 3bee688fcf
2 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
FROM golang:1.18 as golang
FROM golang:1.23 as golang
ENV GO111MODULE=on \
CGO_ENABLED=1 \
GOPROXY=https://goproxy.cn,direct
CGO_ENABLED=1
WORKDIR /build
ADD /code /build

View File

@ -1,6 +1,6 @@
module start-feishubot
go 1.18
go 1.23
require github.com/larksuite/oapi-sdk-go/v3 v3.0.14