Skip to content

Commit 02ff83c

Browse files
authored
新增功能:查看secret和ingress对象的tls证书有效期域名等信息 (#213)
1 parent 017ab91 commit 02ff83c

File tree

8 files changed

+552
-21
lines changed

8 files changed

+552
-21
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN make build_web
1616

1717
RUN rm -fr web
1818

19-
FROM golang:1.20 as stage-bin-build
19+
FROM golang:1.22 as stage-bin-build
2020

2121
ENV GOPROXY="https://goproxy.cn,direct"
2222

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/KubeOperator/kubepi
22

3-
go 1.20
3+
go 1.22
44

55
require (
66
github.com/asdine/storm/v3 v3.2.1

0 commit comments

Comments
 (0)