mirror of
https://github.com/woodchen-ink/Oapi-Feishu.git
synced 2025-07-18 13:52:09 +08:00
升级 Go 版本至 1.23
This commit is contained in:
parent
80f3e0db13
commit
3bee688fcf
@ -1,8 +1,7 @@
|
|||||||
FROM golang:1.18 as golang
|
FROM golang:1.23 as golang
|
||||||
|
|
||||||
ENV GO111MODULE=on \
|
ENV GO111MODULE=on \
|
||||||
CGO_ENABLED=1 \
|
CGO_ENABLED=1
|
||||||
GOPROXY=https://goproxy.cn,direct
|
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
ADD /code /build
|
ADD /code /build
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module start-feishubot
|
module start-feishubot
|
||||||
|
|
||||||
go 1.18
|
go 1.23
|
||||||
|
|
||||||
require github.com/larksuite/oapi-sdk-go/v3 v3.0.14
|
require github.com/larksuite/oapi-sdk-go/v3 v3.0.14
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user