This commit is contained in:
workabee 2024-01-30 14:08:58 +08:00
parent 545916ec45
commit aeb7379028
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM testhub.szjixun.cn:9043/public/golang:1.18-alpine AS builder
FROM testhub.szjixun.cn:9043/public/golang:1.20-alpine AS builder
LABEL stage=gobuilder
ENV CGO_ENABLED 0

View File

@ -1,4 +1,4 @@
FROM testhub.szjixun.cn:9043/public/golang:1.18-alpine AS builder
FROM testhub.szjixun.cn:9043/public/golang:1.20-alpine AS builder
LABEL stage=gobuilder
ENV CGO_ENABLED 0

2
go.mod
View File

@ -1,6 +1,6 @@
module exhibition-register
go 1.18
go 1.20
require (
dubbo.apache.org/dubbo-go/v3 v3.0.5